Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Commit f9c7bda

Browse files
committed
first clear the connections queue
1 parent 2921781 commit f9c7bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pugdebug/debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ def stop_listening(self):
208208
def handle_server_stopped(self):
209209
"""Handle when the server stops listening to new connections
210210
"""
211-
self.stop_debug()
212211
self.connections.clear()
212+
self.stop_debug()
213213

214214
if not self.is_connected():
215215
self.debugging_stopped_signal.emit()

0 commit comments

Comments
 (0)