Page 1 of 1

[BUG] Wrong event type string for onConnectionLost

Posted: 20 Oct 2014, 14:35
by Zammy
iOS v1.3.7 (and 1.3.5)

The event type string of onConnectionLost event is disconnect while the const string SFSEvent_CONNECTION_LOST is connectionLost.

Code: Select all

(lldb) po evt
disconnect

(lldb) po SFSEvent_CONNECTION_LOST
connectionLost

Re: [BUG] Wrong event type string for onConnectionLost

Posted: 21 Oct 2014, 13:22
by Lapo
Thanks