Erik Little

Results 128 comments of Erik Little

That's a bit strange... and also a little unhelpful. Does it print anything? Are you running this is in a debug config or a release.

Also, have you done a fresh install/compile? I'd include a CocoaPods refresh as part of that, if CocoaPods is involved.

One thing to note, nothing in this library is thread safe. So if you had some concurrent access violation happening, that could cause it.

@BRLOKESH What exactly is the issue? I'm not sure what you're trying to do.

Can you post some logs around this happening?

Can you post the actual client logs? I want to see what the engine/manager/client think they should do in this case.

Oh I think I misunderstood the issue. Currently the client doesn't remove handlers on a disconnect, you'll have to manually call `removeAllHandlers`.

Does manually calling `removeAllHandlers` before your disconnect solve your issue?

This isn't currently supported, and would require a bit of reworking of the engine to do.