mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
protect websocket handling from any exceptions
This commit is contained in:
parent
6cdec05cde
commit
eb29d0ac99
2 changed files with 21 additions and 17 deletions
|
|
@ -152,4 +152,4 @@ class WebSocketController(Controller):
|
|||
def handle_request(self):
|
||||
conn = WebSocketConnection(self.handler, WebSocketMessageHandler())
|
||||
# enter read loop
|
||||
conn.read_loop()
|
||||
conn.handle()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue