-
Hi,
I'm trying to run the demo - I ran the two maven commands.
I get this error on mvn exec:java
1 required artifact is missing.
for artifact:
com.corundumstudio.socketio:demo:jar:1.0.0-SNAPSHO…
-
I'm trying to send JSON data.
If I send it through "PacketType.EVENT", it sends the following:
5:::{"name":"ERROR_EVENT","args":["{\"message\":\"error message\",\"code\":37}"]}
In javascript, i do …
-
I've run the example, find out that chrome and ie9 dont work as good as ff.
Sometimes the connection takes two times to build and sometimes it couldn't be made and throw the exception as follows:
148…
-
As a test, I started a server with no listeners at all:
```
final SocketIOServer networkServer = new SocketIOServer(config);
networkServer.start();
```
I then sent it a message from the "ev…
-
As I serve the socket.io.js and *.swf files from a separate HTTP server, I would like to create the netty-socketio .jar file not including such static files.
-
when i export the project as a jar file, ResourceHandler could not load the swf file as getClass().getResource(resourcePath) [ResourceHandler.java line 78] cannt recognize the path:
"D:\workspace\nett…
-
Following the example on the readme, I built an example application with server and client. The client code in the readme is:
```
var socket = io.connect('http://localhost:81');
```
This work…
-
I downloaded netty into Eclipse, and wrote a simple class similar to the "ChatLauncher" in the demo. When I ran the class from Eclipse, I got this error:
Exception in thread "main" java.lang.NullPoin…
-
Hi.
In some cases different messages (usually few first in session) from one session are processed simultaneously.
It doesn't look normal for me, or it expected behavior?
netty-socketio -- today's sh…
-
To reproduce:
1.
`[sinnus@myhost netty-socketio]$ curl -i http://localhost:7878/socket.io/1/`
`HTTP/1.1 200 OK`
`Content-Type: text/plain; charset=UTF-8`
`Connection: keep-alive`
`Content-Leng…