-
I came across this configuration option:
setAllowCustomRequests Allow to service custom requests that differ from socket.io protocol, defaults to false. If true, add own handler which handle custom r…
-
I'm connecting to a socket.io server (netty) using this FlashSocket.IO library
Everything (connection, handshake, protocol upgrade) seems to work correctly, but when it comes time to start sending/re…
-
**State and Planning for SpigotDash Version 1.0:**
New planned features (opened as separate Issues):
- Frontend using VueJS
- Legacy Support (1.8+)
- Entire Backend & Frontend Recode
- New Prot…
-
Hi.
I found a bug that breaking Unicode characters when trying to communicate as polling.
Especially, XHR polling works normally, and just JSONP polling causes problem.
This problem is related to…
-
If you can, configure the SSL certificate on the nginx, so it is feasible to use nginx to do socketio load balancing
qzc77 updated
6 years ago
-
How can I fix this issue?
It happens at this line:
`final SocketIOServer server = new SocketIOServer(config);`
-
netty 一个 jar 包进来,2W+个方法,谁能顶得住?
有考虑 jar 包做裁剪么?
lchad updated
5 years 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 unt…
-
Balance of debt, high availability on the firewall by F5,which likes nginx.
so vip is10.137.87.100 ,real ip is 10.137.87.101 or 10.137.87.102
server's log shows that
client.getRemoteAddress()…
-
For some reasons our SocketIO server (based on https://github.com/mrniko/netty-socketio) closes connection when using polling transport and we are getting "Broken pipe" error. Therefore we disabled re…