python-socketio
python-socketio copied to clipboard
Python Socket.IO server and client
Hi, ``` python-engineio (2.0.2) python-socketio (1.8.4) sanic (0.7.0) ``` I am running a websocket service using the Sanic AsyncHandler, however I have noticed in the logs that I am frequently...
I use redis as queue, and my redis password contain some special symbol, like '@', '#' and so on. I find redis_manager.py can not parse my redis password correctly, because...
The 'protocol' is 'described' (read implemented) in this [file](https://github.com/socketio/socket.io-emitter/blob/master/index.js). It would be useful to both handle messages coming from socket.io-emitter, and be able to emit towards socket.io-redis.
**_Inside the Chrome console I was getting the session ids, but, the problem is when I wanted to delete the sessionID, it's throwing "Key Error", the session is disconnect!_** Here...
**Description** It seems like when you send a big message to the websocket server, the message is not received and subsequent messages are silently dropped. **Code To Reproduce** Client: Note...
I have consistent crashes with AsyncClient (v.5.7.1 and checked previous 5.6.0, 5.50 the same) with following slightly modified example from your documentation: ``` import asyncio import socketio sio = socketio.AsyncClient(reconnection_delay=0.1,...
Bumps [django](https://github.com/django/django) from 4.0.5 to 4.0.7. Commits e9e9729 [4.0.x] Bumped version for 4.0.7 release. b7d9529 [4.0.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2eb7ded [4.0.x] Adjusted version 4.0.7 release...
**Bug Description** Pretty much what the title says. I'm using python-socketio version 5.11.0. Here is code to reproduce: ```python import asyncio from contextlib import asynccontextmanager import socketio from uvicorn import...
**Describe the bug** sio.disconnect() will connect after a connection drop **To Reproduce** Steps to reproduce the behavior: 1. Connect to your backend 2. do the functions you want 3. once...
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...