mrniko / netty-socketio

Socket.IO server implemented on Java. Realtime java framework
Apache License 2.0
6.82k stars 1.65k forks source link

About Polling Failure #906

Open minson1994 opened 1 year ago

minson1994 commented 1 year ago

Client: 4.4.1; report an error directly without triggering any event. Client: 4.6.2; the onclose event is triggered, but the connection is maintained, and the connection is repeatedly established until the onopen event is triggered.

The difference between success and failure returns 6 when polling

image image image

lyjnew commented 1 year ago

i patch it https://github.com/lyjnew/netty-socketio-patch image

unverbraucht commented 9 months ago

Is this merged? If so can we close the issue?

mrniko commented 9 months ago

@unverbraucht

No it wasn't. Don't see any PR on this.

unverbraucht commented 9 months ago

@mrniko ok, thanks. @lyjnew the changes from your fork are somehow in the code, where they maybe merged with another PR?