python-engineio
python-engineio copied to clipboard
Python Engine.IO server and client
Bumps [sanic](https://github.com/sanic-org/sanic) from 21.12.0 to 21.12.2. Release notes Sourced from sanic's releases. Version 21.12.2 Resolves #2477 and #2478 See also #2495 and https://github.com/sanic-org/sanic/security/advisories/GHSA-8cw9-5hmv-77w6 Full Changelog: https://github.com/sanic-org/sanic/compare/v21.12.1...v21.12.2 Version 21.12.1 #2349 Only...
**Describe the bug** Several tests fail when testing Python 3.11 beta 3 for Fedora Linux 37. The development version of Fedora will start to use a pre-release of Python 3.11...
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.2.0 to 5.4.0. Release notes Sourced from ujson's releases. 5.4.0 Added Add support for arbitrary size integers (#548) @JustAnotherArchivist Fixed CVE-2022-31116: Replace wchar_t string decoding implementation with...
This is from discussion https://github.com/miguelgrinberg/python-socketio/discussions/927 I think I found the bug in your async_client. Method ``async def disconnect(self, abort=False):`` executes ``await self.http.close()`` only if object is connected. Which is clearly...
I'm running a python-socketio server in the cloud using Google App Engine, but whenever I restart my instance, my python-socketio client never realizes that it's been disconnected even though it...
Possibly unhandled incorrect / unexpected response from server to socketio client: This occurred while debugging some error logic with a socketio client talking to a 3rd party server that was...
Discussion: https://github.com/miguelgrinberg/python-socketio/discussions/1040
Using FastAPI and python-socketio/python-engineio in conjunction with Hypercorn in Asyncio mode, if you CTRL+C or send SIGINT/SIGTERM (no matter on Windows or Linux) the Python script will never exit and...
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.3.8 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...