Merge branch 'master' into qt-gui-update

This commit is contained in:
Artem30801
2020-01-02 19:30:17 +03:00
14 changed files with 175 additions and 72 deletions

View File

@@ -205,10 +205,6 @@ class Server(messaging.Singleton):
logging.error(f"Unexpected error {e}!")
raise
finally:
broadcast_sock.close()
logging.info("Broadcast sender thread stopped, socked closed!")
def _broadcast_listen(self):
logging.info("Broadcast listener thread started!")
broadcast_client = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)