Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop use of Monitor._ws.open and Connection._ws.closed
The websockets library has dropped the properties "open" and "closed" since websockets-13.0[0], this patch makes the changes needed to check for the connection's state as suggested by the documentation. [0] python-websockets/websockets@7c8e0b9
- Loading branch information