Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 8cc304e

Browse files
committed
backend confirmation message
1 parent c6e535e commit 8cc304e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/debugger_communication_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,6 @@ def received_state(data):
8383

8484
@sio.on("process_disconnect")
8585
def process_disconnect(data):
86+
sio.emit("disconnect_confirmation")
87+
print("python disconnected")
8688
sio.disconnect()

0 commit comments

Comments
 (0)