You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i refresh js ,it crash , the bug is in onAnyEventHandler -> self.bridge.eventDispatcher().sendDeviceEventWithName("socketEvent",body: ["name": sock.event, "items": items])
it report EXC-BAD-INSTRUCTION(CODE=EXCI386_INVOP,subcode=0x0)
The text was updated successfully, but these errors were encountered:
@Darkhorse-Fraternity@awinogrodzki
I got a quick hot-fix for this in my fork. You can switch to my repo for a while: $ npm i -S https://github.com/JustBlah/react-native-socketio.git\#ios-fix
when i refresh js ,it crash , the bug is in onAnyEventHandler -> self.bridge.eventDispatcher().sendDeviceEventWithName("socketEvent",body: ["name": sock.event, "items": items])
it report EXC-BAD-INSTRUCTION(CODE=EXCI386_INVOP,subcode=0x0)
The text was updated successfully, but these errors were encountered: