engine.io-client-java
engine.io-client-java copied to clipboard
Engine.IO Client Library for Java
OkHttp 3 and 4 are supposed to be fairly compatible according to OkHttp themselves. I do see some SocketException entries when running the tests. The test go green however and...
Are there any plans to upgrade engine.io-client-java to OkHttp 4.x? The latest version of the Engine.IO client still depends on OkHttp 3.12.12, [which is no longer supported, including security patches...
Hello, I'm using socket.io java client for my android application. My application (1) is a wrapper of another application (2) that listens to socket.io events. From the view of my...
Fixed concurrency issue on EventThread class. Some times the EventThread remains locked, the library can't write on socket and the connection is lost. This fix solves the problem in my...
I have an issue i've been trying to solve in a somewhat strange environment. I'm using the socket client to connect to a WebSocket, but the code is kept inside...
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20090211 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...
Bumps [engine.io](https://github.com/socketio/engine.io) from 4.1.2 to 6.2.1. Release notes Sourced from engine.io's releases. 6.2.1 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...
Hey! I've just noticed a slight inconsistency between the github readme and https://socketio.github.io/socket.io-client-java/installation.html in that the README doesn't mention `allowEIO3: true` Thanks!
https://github.com/socketio/engine.io-client-java/pull/106 I would greatly appreciate it if someone could apply this change to version 1.0.2. When connecting a large number of sockets to the server, the EventThread struggles to send...