python-socketio
python-socketio copied to clipboard
Python Socket.IO server and client
**Is your feature request related to a problem? Please describe.** I recently saw [here](https://socket.io/docs/v4/connection-state-recovery) that connection state recovery has been implemented in the JS version of socket.io. Was wondering if...
The current documentation does not explicitly mention some simpler deployment strategies that can be used when long-polling is not used.
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.8. Release notes Sourced from werkzeug's releases. 2.3.8 This is a security release for the 2.3.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/2.3.x/changes/#version-2-3-8 2.3.7 This is a fix...
I was using python-socketio==5.8 server configured with django asgi server backend. Every thing was working before upgrading package to python-socketio==5.11.0. And then the event emitting from external Django process stops...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...
 Why is the queue default name 'flask-' in the Django framework I am using?
As discussed here. https://github.com/miguelgrinberg/python-socketio/discussions/1367 In certain scenarios, this library creates multiple reconnection tasks. A check is added to make sure that reconnection task starts only when this task is not...
python-socketio library sets its own signal handler in a way that disables signals handlers that were previously set with `asyncio.loop.add_signal_handler` **To Reproduce** ```python import asyncio import signal import socketio URL...
## Issue Binding to an exchange should happen on every failure in the listening loop. I've seen several times (not sure what exactly triggers it), that if rabbitmq goes down...