Erik Little

Results 128 comments of Erik Little

I'll look into what can be done

@RoeelCohen have you tried using [.extraHeaders](https://nuclearace.github.io/Socket.IO-Client-Swift/Enums/SocketIOClientOption.html#/s:8SocketIO0A14IOClientOptionO12extraHeadersyACSDyS2SGcACmF)?

@RoeelCohen Yes I would use `extraHeaders` for this. Does that solve your issue?

Are you capturing a strong reference to your client in a handler somewhere?

Could you turn on logs and post the logs for the manager/client when it's trying to disconnect?

This simple example doesn't show the manager or engine holding a strong reference. So would either be something on your end, on something involving ACKs, or more complex example. ```swift...

Ah, so it's something in the Acks.

What does your ack callback look like?

Hmm, I wonder if it has to with this bit of code: ```swift /// Completes an emitWithAck. If this isn't called, the emit never happens. /// /// - parameter seconds:...