engine.io-client-java icon indicating copy to clipboard operation
engine.io-client-java copied to clipboard

Engine.IO Client Library for Java

Results 14 engine.io-client-java issues
Sort by recently updated
recently updated
newest added

In order to [add volatile socket support](https://github.com/socketio/socket.io-client/commit/7ddad2c09dea0391b20378ef03b40040f0230d3e) to [Socket.IO-client Java](https://github.com/socketio/socket.io-client-java). We need to check if the transport we use in the socket is writable or not. I added a getter...

Hi, I've been working on porting Java implementation of EngineIO and SocketIO to Kotlin Multiplatform recently. During the development and test process, I have a question about Polling transport's close...

Hi, I've been working on porting Java implementation of EngineIO and SocketIO to Kotlin Multiplatform recently. During the development and test process, I have a question about Socket's sendPacket and...

# Add WebTransport Support to Socket.IO Java Client This PR adds comprehensive WebTransport support to the Socket.IO Java client ecosystem, enabling modern HTTP/3-based real-time communication with automatic fallback to traditional...