Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: create GeneralsIO client example
The with block is important, thats how the websocket connection is automatically handled. It can be ommited by instiantiating the GeneralsIOClient directly, but it will require manual call for disconnect. For details, see: https://python-socketio.readthedocs.io/en/latest/client.html#creating-a-client-instance
- Loading branch information