-
Hi, working on a haxe binding to the [socket.io cpp client](https://github.com/socketio/socket.io-client-cpp), and basing the work on linc (see [repo](https://github.com/arturocastro/linc_socketio/)).…
-
`SSLSocket` error conditions are not consistent with `IO`.
1. `io.close` followed by `io.read` can result in `EBADF` rather than `IOError`.
2. Without `sync_close`, `io.close` followed by `io.read…
-
Hi, when upgrading the client to v3. the connection breaks.
Are you considering a branch based on the v3 server engine?
regards,
-
The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO)
[2021-08-20 12:39:41,387] ERROR in app: Exception…
-
Hi,
I am currently using the AndroidAsync library to developing Android app. I have a node.js socket.io server which has heartbeat timeout set at 280 secs, close timeout 120 secs, heartbeat interval …
-
New socket.io client is available. The JS source and map can be updated according to: https://flask-socketio.readthedocs.io/en/latest/index.html#version-compatibility
-
In the process of building a chat app with your package & socket.io-client.
Everything works great until I install socket.io-client and then webpack can't complete the build anymore. The error I g…
-
你好 我用go-socket.io-client 连接nodejs socket.io 在下面这段代码报错连 原因不明。
p2 := make([]byte, 4096)
l, err = pack.Read(p2)
if err != nil {
return err
}
报错:2019/03/25 16:08:25 NewClient error:EOF
-
### Describe the bug
When it send the very long data at once from the client, it causes error with JSON data or warning with MessagePack format.
In my environment, this always happens when I send …
-
**Error:**
```
2020-06-15T22:06:19.317748+00:00 app[web.1]: Error: Cannot find module 'socket.io-client/dist/socket.io.js'
2020-06-15T22:06:19.317748+00:00 app[web.1]: Require stack:
2020-06-15T2…