Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transport close when using 2.1.1 client concurrent sending data to 2.0.9 netty-socketio #774

Open
solus-li opened this issue Nov 27, 2024 · 0 comments
Labels

Comments

@solus-li
Copy link

I'm using Java.
The java client is socket.io-client:2.1.1;
The java server is netty-socketio:2.0.9;
When I create a thread pool using Executors.newCachedThreadPool() to send data. Each thread sends data in batches, with the batch size set to 1M. When the concurrent data volume over 20M, the connection disconnects and I get a 'transport close' status code.
And there is no additional error information to help diagnose why the client closed.

@solus-li solus-li added the bug label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant