summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-engineio_4.7.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-engineio: upgrade 4.7.1 -> 4.8.0Wang Mingyu2023-10-231-20/+0
| | | | | | | | | | | | Changelog: =========== Return consistent responses after Websocket connection ends Migrate Python package metadata to pyproject.toml Remove Python 3.7 from builds Internal code restructure (no functional changes) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-engineio: upgrade 4.7.0 -> 4.7.1Wang Mingyu2023-09-201-0/+20
Changelog: ============ -Replace gevent-websocket with simple-websocket when using gevent -Catch and log all errors that occur in event handlers -Use daemon threads for background tasks also in the threaded client -Silence exception on websocket exit when using uWSGI #330 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>