-
Hi,
Thank you for such a great project of socket.io. While using it, i got some problem.
I'm using:
- Java server side: this project
- Object-C client side: socketio-client-swift
In the server sid…
-
I and using this the RedisStoreFactory instead of the default.
`
Configuration config = new Configuration();
config.setHostname("localhost");
config.setPort(9092);
config.setS…
-
Hi,
Currently netty-socketio is working fine for me pushing data (although temporarily using long polling).
However, I am getting the following warning from netty-socketio excessively.
WARN [com.cor…
-
Cannot run the bot....
-
Anyone have the fix to this?
Stevens-MBP:bot Steve$ java -jar PokemonGoBot-0.5.0.jar --server.port=8090
2016-08-08 22:49:56.388 INFO 3338 --- [ main] ink.abb.pogo.scraper.MainKt …
-
i dont know how to start the bot can anyone help and i dont know how to use terminal :(
-
Anyone be kind enough to tell me what I am doing wrong?
2016-08-08 17:52:08.742 INFO 2482 --- [ main] ink.abb.pogo.scraper.MainKt : Starting MainKt on Stevens-MBP.attlocal.net…
-
Hi,
We are getting the following exception when we try to send a message to a disconnected client (for example the client loses his wifi connection). Is it possible to notice from the server side whe…
-
After upgrading to 1.7.9 I'm no longer able to startup the server getting following warnings on the server:
```
[web0] 2016-02-11 20:20:07.585 DEBUG 5 --- [ntLoopGroup-2-6] c.c.socketio.store.Rediss…
-
前段时间看到另一个类似东西,从googlecode迁移过来的项目,名字为:socketio-netty。
这里和netty-socketio做下对比,并提出疑问,希望得到解答;
第一点:socketio-netty支持socket.io所支持的所有通信通道:WebSocket、Adobe® Flash® Socket、AJAX long polling、AJAX multipart streami…