python-socketio
python-socketio copied to clipboard
Python Socket.IO server and client
Bumps [sanic](https://github.com/sanic-org/sanic) from 20.12.6 to 20.12.7. Release notes Sourced from sanic's releases. Version 20.12.7 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/v20.12.6...v20.12.7 Commits 05002d7 Path protection...
Emit works in def connect but do not works in an if. Steps to reproduce the behavior: This is my code: ``` sio = socketio.Server(cors_allowed_origins='*') app = socketio.WSGIApp(sio) @sio.event def...
**Describe the bug** I'm trying to consume the socket.io used in https://pypi.org/project/breeze-connect/ and in MacOs its throwing the following error. `Traceback (most recent call last): File "/Users/suresh/PycharmProjects/icicialgo/Algo.py", line 64, in...
Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
Bumps [eventlet](https://github.com/eventlet/eventlet) from 0.30.0 to 0.31.0. Changelog Sourced from eventlet's changelog. 0.31.0 IMPORTANT: websocket: Limit maximum uncompressed frame length to 8MiB https://github.com/eventlet/eventlet/security/advisories/GHSA-9p9m-jm8w-94p2 0.30.3 wsgi: websocket ALREADY_HANDLED flag on corolocal green.ssl:...
Issue #822 causes clients previously able to connect to unknown server namespaces to fail. The error reported is not very informative. This PR adds the list of not-connected namespaces to...
The message sent from the client to an async randomly drops (quietly if the message is bytes) when the message gets big. The server prints the length of the message:...
Bumps [django](https://github.com/django/django) from 4.0.5 to 4.0.6. Commits caad462 [4.0.x] Bumped version for 4.0.6 release. c732152 [4.0.x] Updated man page for Django 4.0.6. 0dc9c01 [4.0.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag......
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 1.35 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...
Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...