-
Hi,
I am using 1.6.7 and want to use the socket.io via cross domain.
I tried `setOrigin` option in the `Configuration` class, but socket.io client browser printed out the error like below.
```
XMLHtt…
-
Socket connected to server but "connect" event not called.
-
I have a jar file using netty-socketio that's about 10 MB, 16MB decompressed. When I run it, it takes up 20MB. However after clients connect and disconnect, the memory continues to increase (upwards o…
-
Throws the following error when opening "namespace-index.html".
``` java
[nioEventLoopGroup-3-1] ERROR com.corundumstudio.socketio.handler.InPacketHandler - Error during data processing. Client sessi…
-
Hi,
I have problem with connections which stay at transport pooling and never switch to websocket transport.
If browser have problem with CORS, then I have for 1 user hundreds of connections which ne…
dawe7 updated
9 years ago
-
Affected browsers: at least Chrome, FF
any utf-8 messages sent from affected browsers causes:
```
[nioEventLoopGroup-3-7] ERROR com.corundumstudio.socketio.JsonSupportWrapper - Can't read value: ["c…
-
in netty-socketio_1.6.5 and linux :
when i kill the server and start again, throw this exceptions
[ERROR] Server Failed to start! []
java.net.BindException: Address already in use
…
-
Hi, we have to support some very old IE versions that will initiate JSONP-polling instead of XHR-polling. Do you think we can write our own JSONP-polling handler, hook it up with the netty pipeline an…
-
Hi,
On the client side, is it possible to check if the connect() call was successful?
var iosocket = io.connect('http://localhost:8081');
I see that the iosocket has few attributes : connected, dis…
-
About 4 days ago a new version of the Socket.IO client was released. With this release it seems that the XHR Polling connection process has changed. In 1.2.1 you were getting binary data, and identi…