Skip to content

Commit 3f17d25

Browse files
committed
set closed on close
1 parent b3c6c90 commit 3f17d25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

py_boilingdata/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ async def connect(self):
291291

292292
async def close(self):
293293
"""Close WebSocket connection to Boiling"""
294+
self.bd_is_open = False
294295
if self.ws_app:
295296
self.ws_app.close()
296297
if self.websocket:

0 commit comments

Comments
 (0)