Erik Little
Erik Little
It gets a bit more complicated since socket.io supports sending raw binary in objects at the application level. Internally it has to go through each object and remove the binary...
Right, this is why I introduced [SocketData](https://nuclearace.github.io/Socket.IO-Client-Swift/Protocols/SocketData.html)
So this is with carthage? Hmm
Okay, I see what the problem is. I think it has to do with bitcode support in the dependencies.
I don't think we want to change the homepage
This is because the websocket library does not yet support tunneling through proxies. There's an open pull request that adds support for it, but until then it will continue to...
Hm, I haven't (and probably won't) had time to set up a test setup. But once that pull request is merged and I update the dependency I'll look into a...
It's still blocked by the WebSocket dependency.