Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid ResourceWarning if shutdown failed for some reason (#272)
* Avoiding ResourceWarning if shutdown failed for some reason. Typically it looks like this: /home/user/.local/lib/python3.8/site-packages/ws4py/websocket.py:230: ResourceWarning: unclosed <ssl.SSLSocket fd=8, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('10.200.11.18', 40248)> * Update ws4py/websocket.py Signed-off-by: Asif Saif Uddin <[email protected]> --------- Signed-off-by: Asif Saif Uddin <[email protected]> Co-authored-by: Vasily Zakharov <[email protected]> Co-authored-by: Asif Saif Uddin <[email protected]>
- Loading branch information