summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-socketio_5.5.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-socketio: upgrade 5.5.0 -> 5.5.1Xu Huan2022-01-211-28/+0
| | | | | | | | | | changelogs: Support multiple Kafka servers Include example code in flake8 pass Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-socketio: upgrade 5.4.1 -> 5.5.0Xu Huan2021-11-291-0/+28
Option to disable the SIGINT handler in the client Do not invoke reserved events on a catch-all handler Use correct binary packet types in the msgpack packet encoder Add missing call() method to namespace classes Add missing to argument to namespace emit() and send() methods Configure Redis pubsub to skip subscription message Migrate async Redis client manager to aioredis 2 Update Python supported versions in docs Document how to get the connection state in the client Improved documentation of start_background_task() function Improved documentation of call() method Fixed intermittent test failures Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>