summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-engineio_4.6.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-engineio: upgrade 4.6.0 -> 4.7.0Wang Mingyu2023-09-071-20/+0
| | | | | | | | | | | | | | Changelog: =========== Added send_packet() method Fixed race condition when lots of connections are ended at the same time #328 Workaround for strange memory leak in Eventlet's Thread class #328 Use daemon threads for background tasks in threading mode Upgrade to pypy-3.9 in unit tests Fix double close of websockets in ASGI adapter #327 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-engineio: upgrade 4.5.1 -> 4.6.0Wang Mingyu2023-08-261-0/+20
Changelog: ========== Improvements in the connection rejected flow Better handling of Gunicorn threaded worker shutdown() method for the Engine.IO server Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>