Drop use of Monitor._ws.open and Connection._ws.closed #1208
Annotations
1 error
Run wagoid/commitlint-github-action@v6
You have commit messages with errors
⧗ input: 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] https://github.com/python-websockets/websockets/commit/7c8e0b9d6246cd7bdd304f630f719fc55620f89a
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
Loading