Skip to content

Commit

Permalink
Remove asyncio reader when quitting terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed May 13, 2024
1 parent 5b15a32 commit efd744b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/terminals/fps_terminals/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ def quit(self, websocket):
self.websockets.remove(websocket)
if not self.websockets:
os.close(self.fd)
self.loop.remove_reader(self.p_out)

0 comments on commit efd744b

Please sign in to comment.