Skip to content

Commit

Permalink
Bug Fix: server_close on ThreadingOSCUDPServer to make reconnections …
Browse files Browse the repository at this point in the history
…possible
  • Loading branch information
William Harvey committed Apr 10, 2019
1 parent e72a302 commit 3ab4bca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymuse/inputstream/muse_osc_input_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ def shutdown(self):
for _, signal in self._signals.items():
signal.shutdown()
self._server.shutdown()
self._server.server_close()

0 comments on commit 3ab4bca

Please sign in to comment.