Flask-SocketIO
Flask-SocketIO copied to clipboard
Socket.IO integration for Flask applications.
i have a python socketio client connected to a flasksocketio server which works fine for about 4 hours , after which there is a rolling increase in delay until the...
**Describe the bug** Flask socketio breaks with new version of Werkzeug (2.1.*) https://github.com/pallets/werkzeug/pull/2276 This is the exception: ``` from flask_socketio import disconnect File "/usr/local/lib/python3.8/site-packages/flask_socketio/__init__.py", line 24, in from werkzeug.serving import...
I have a (sightly unusual use case) running well. It needs to be a threaded application - but it's single user local interface for another project. I start the server...
Hello, My python socketio client will not connect to my flask socketio server, however my js client does. Server code: ``` from flask import Flask from flask_socketio import SocketIO app...
**Versions** - python Flask-SocketIO 5.1.1 python-socketio 5.4.0 python-engineio 4.2.1 - js [email protected] From documentation gevent_uwsgi can be used as async_mode but: ```python raceback (most recent call last): File "/Web/./webapp/__init__.py", line...
Hi, is there an example of emitting from instance that user is not connected to? For example what if I have 2 instances of flask app with socketio server (run...
**Describe the bug** In the process of learning how Flask-SocketIO works, I was playing around with the example provided in `example/app.py`. I noticed that if you close the `sid` room...
Hello, I am trying to use a class based namespace and would like to have my error handler in that class, I have a function named `on_error(self, e)` as well...
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...