Erik Little

Results 128 comments of Erik Little

Yes I’m looking into this. A new version should be coming soon

@d-metzler I'm not aware of a way to use this lib as a static library. That being said, I've never really tried. I do know that starting with the next...

@Ariandr Thanks for reporting this. Does this reconnect spiral happen _every_ time something happens to the client that causes it to reconnect? Or does it try to reconnect _after_ you...

Also, does this only happen with nginx in front on the server? That might be more tricky for me to reproduce.

Connection status is determined by the underlying networking libraries, so if they communicate that the connection was lost, the client will emit events. Can you turn on logging and post...

Thanks for the suggestions! I agree that the release process should be improved a bit... >For https://github.com/socketio/socket.io-client-swift#features it may be useful to clarify the version 2 comment by linking to...

@tellowkrinkle I like this idea. It's a little more along the lines with what I had originally before I went to the current way when I was trying to get...

Only thing left is to refactor reading from the UDP socket.

What version of sodium got installed? Also FYI, this project has been a bit lacking in maintenance recently since I've been busy with work, but I'm hoping to start back...

I think OAuth2 flow is generally outside the scope of a client lib. Once you have a JWT from an OAuth session you can use it in the client with...