-
I have a case where I'm expecting two classes of clients to connect to the same socketio application and they would each have their own different messages.
I'm trying to implement this using two diff…
-
Hi Angel,
I was trying to use minos, but I got this error when I run ` python3 -m minos.tools.pygame_client --empty_room`.
It was compiled on the latest master.
```
(py3-minos-master) ➜ choych…
-
when socketio client(socket.io.js or socketio-client-java) call disconnect method, like this
```
function disconnect() {
socket.disconnect();
}
2016-08-31 17:37:33.370 [nioEventLoopGroup-4-…
-
☝️ Greenkeeper’s [updated Terms of Service](https://mailchi.mp/ebfddc9880a9/were-updating-our-terms-of-service) will come into effect on April 6th, 2018.
## Version **2.1.0** of [socket.io-client](h…
-
I'm using socketio-client in my Odoo app,
### Expected Behavior:
If url given to `SocketIO(URL)` is invalid or not connected, it should stop.
### Actual Behavior:
If url given to `SocketIO…
-
I noticed that using `@auth.login_required` doesn't work when used on a socketio connect handler. It prevents the function from running, which makes it appear that it works, but it does not actually p…
-
I am creating a socket connection as follows:
```python
class ClientNamespace(BaseNamespace):
def on_connect(self):
logger.info("connected")
clientSocket.emit("descripto…
-
``` python
""" An example for Python Socket.io Client
Requires: six,socketIO_client
"""
from socketIO_client import SocketIO, BaseNamespace
import json
import time
import re
import …
-
- [x] Use Poetry to manage dependency
- [ ] Use [Dynaconf](https://dynaconf.com/) to divide and load settings by environment.
- [ ] Switch to an ASGI framework.
The reason of ASGI is:
- We seems…
-
Hi guys,
so when I run the command "pip install -U socketIO-client" on CMD, here is what I get;
> C:\WINDOWS\system32>pip install -U socketIO-client
Collecting socketIO-client
Using cached h…