Erik Little

Results 128 comments of Erik Little

I don't know why that would happen

The easiest solution is to just readd the socket when the app comes back into the foreground.

Re-add as in create a new socket

I would not rely on background execution. I've never really tried to get background execution working, other people have said they've had mixed success.

``` swift let socket = SocketIOClient(socketURL: "https://localhost:443") ``` Should use TLS

How are you creating the client?

I'll see about making this easier to work with.

The reason is used an ephemeral session is because I didn't think there's a reason to do any disk caching for cookies

Also, I'm not really seeing an easier way of doing it then allowing specifying a delegate.

I guess I can change it to default.