Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-socketio: Upgrade 5.1.0 -> 5.3.0 | Leon Anavi | 2021-05-28 | 1 | -27/+0 |
| | | | | | | | | | | | | | | | | | | | Upgrade to release 5.3.0: - Document WebSocket support for threading mode - Allow functions to be used for URL, headers and auth data in client connection - Emit events to multiple rooms - More descriptive error when joining a room on a bad namespace - Document the use of arguments in the connect_error handler - Document that callbacks cannot be used in external processes - Improve start_background_task() example in the documentation - Added Open Collective funding option - Remove Python 2 from PyPI classifiers Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | ||||
* | python3-socketio: Upgrade 5.0.4 -> 5.1.0 | Leon Anavi | 2021-03-17 | 1 | -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> |