Merge pull request #12716 from Chia-Network/checkpoint/long_lived_atari_from_main_dea1182299f538ba031c2ab7720254bde6bb4440

This commit is contained in:
Kyle Altendorf 2022-07-31 16:57:26 -04:00 committed by GitHub
commit 021e2ca896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,6 @@ class WebSocketServer:
self.log.error(f"Unexpected exception trying to send to websocket: {e} {tb}")
self.remove_connection(socket)
await socket.close()
break
else:
service_name = "Unknown"
if ws in self.remote_address_map: