-
From: https://github.com/mrniko/netty-socketio/blob/master/src/main/java/com/corundumstudio/socketio/transport/WebSocketTransport.java#L196
I don't know why but this is happening to me randomly, no a…
-
Hi,
I believe this line is incorrectly counting 4 byte characters as a single character instead of two surrogate characters:
https://github.com/mrniko/netty-socketio/blob/bed2a3b05d68a5ac84eba32c59…
-
# Describe the bug
解壓縮資料包會失敗。
## To Reproduce
1,隨便找一個資料包上傳到\world\datapack\任意自料夾名稱,以這個例子來說是[Terralith](https://www.stardustlabs.net/datapacks#Terralith)
2,用NekoMaid的檔案管理功能解壓縮(decompress)
3,…
-
I'm test with socket.io on chrom is OK,
but when i connect with C++ client ( i use cocos creator lib), I get error :(
java.lang.NumberFormatException: For input string: "true"
at java.lang.Numb…
msh24 updated
5 years ago
-
![qq 20161130210624](https://cloud.githubusercontent.com/assets/5545836/20753481/9939a1be-b741-11e6-9f80-384fbf8dc559.png)
server SocketIOClient broadcast one message but sometimes client receive s…
-
I'm using Springboot and as shutdown hook I have the following:
```kotlin
@PreDestroy
fun stopIO() {
server.stop()
}
```
but when I restart the server I get that the add…
-
Can I use the latest netty?
Can I use socket.io-client 2.x?
-
1、能否添加必要的注释?
2、netty-socketio与springboot集成后,加载启动顺序怎样的,能简单描述下吗?
3、有很多的包分类能适当整理下吗?
-
2017-03-31 17:35:48,268 ERROR [com.corundumstudio.socketio.JsonSupportWrapper] - Can't read value: ["create_order","{\"to\":\"aaa\",\"from\":\"bbb\",\"orderNo\":\"ccc\"}"] for type: class com.corundum…
-
netty-socketio + springboot,How to integrate? How to annotation? What's the order?