fix The future belongs to a different loop error

This commit is contained in:
Timothy Pogue 2022-09-13 19:17:12 -06:00
parent 06350a13cb
commit aed19ff6ce

View File

@ -71,7 +71,6 @@ class WebSocketChannel:
Close the WebSocketChannel
"""
await self._websocket.close()
self._closed = True
def is_closed(self) -> bool: