summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-socketio_5.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-socketio: Upgrade 5.0.4 -> 5.1.0Leon Anavi2021-03-171-0/+27
Upgrade to release 5.1.0: - Added wait argument to client's connect method - Invoke the disconnect handler when the client initiates a disconnection - Pass auth information sent by client to the connect handler - Catch all possible Redis errors - Reset message queue sleep timer upon reconnect - Fixed bad event object used by asyncio client reconnect logic - Adding missing example of async client implementation to documentation - Add scrolling to documentation sidebar - Typo fix in documentation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>