We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c6c90 commit 3f17d25Copy full SHA for 3f17d25
1 file changed
py_boilingdata/__init__.py
@@ -291,6 +291,7 @@ async def connect(self):
291
292
async def close(self):
293
"""Close WebSocket connection to Boiling"""
294
+ self.bd_is_open = False
295
if self.ws_app:
296
self.ws_app.close()
297
if self.websocket:
0 commit comments