-
I'm so confused how to use this in flutter.
I have a state class and use this in initState:
` _socket = IO.io(SERVER, {
'transports': ['websocket'],
});
_socket.emit(EMIT, _emitD…
-
Socket.io support?
https://socket.io/
-
Firstly, thanks for your efforts related to migration.
I have one request, is it possible to provide a README file that has steps on how to setup and run the project sources.
**### Few changes, …
-
I have a flask server, which has HTTP routes, and SOCKET routes, and the websocket works fine like this. I can receive and emit events.
I am using python-socketio so I can get the sid on every reques…
-
Hi,
I've a problem to make my iOS app work with SocketIO namespaces.
I have a NodeJS server with SocketIO 2.0.3 and a namespace "/user". On Android everything works good but on iOS it doesn't connec…
-
Hello all,
some of you already asked for MQTT support, so I want to implement it for WLED some time soon.
This is the first feature of WLED that will be added without me using it, so I'd like to g…
-
* [x] report a *bug*
* [ ] request a *feature*
### Current behaviour
Emit an "Connect error" event after try to connect socket.
### Steps to reproduce (if the current behaviour is a bug)
…
-
I want to subscribe to channel on server,how to do it?
I try to do:
`socket.exchange.subscibe(channel)`
but it did not work.
-
您好:
_HandleRead 这个处理函数,是在线程函数调用的
LRcvd := TSocketAPI.Recv(LConnection.Socket, FRecvBuf[0], RCV_BUF_SIZE);
在处理接受数据是是不是要考虑线程安全。对这方面不太了解。能给我具体说说吗? 谢谢。
-
I'm probably missing something obvious. The url is wss://streamer.cryptocompare.com, as can be found on [their website](https://www.cryptocompare.com/api/#-api-web-socket-). I can connect to it fine u…