mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-06-29 18:06:49 +00:00
Changelog: =========== -New SimpleClient and AsyncSimpleClient classes -Reporting to Socket.IO Admin UI -Support entering and leaving rooms through pubsub client managers -Async versions of enter_room and leave_room should be coroutines -Add a shutdown() function for the server -Message queue optimizations -Remove unneeded arguments from super() -Internal code restructure (no functional changes) -Add FastAPI and Litestar server examples -Update Socket.IO JavaScript client to version 4.7.2 in all examples -Update ping_timeout documented default to accord with current Engine.IO behavior -Refactor common testing helpers into a separate module -Migrate Python package metadata to pyproject.toml Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 0ee2fbb83d168c59202bf9b6f2d3abfe3878894b) Signed-off-by: Armin Kuster <akuster808@gmail.com>