mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-26 10:04:18 +01:00
don't close twice
This commit is contained in:
parent
a006d8c125
commit
40c78940ef
|
|
@ -244,6 +244,8 @@ class WebSocketConnection(object):
|
|||
self.interruptPipeRecv = None
|
||||
|
||||
def close(self):
|
||||
if not self.open:
|
||||
return
|
||||
self.open = False
|
||||
self.interrupt()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue