mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-03 01:17:56 +03:00
fixed x2go app closing too early
This commit is contained in:
parent
dc42433b86
commit
a6077a61b4
@ -132,7 +132,7 @@ class ClientProcessor(threading.Thread):
|
|||||||
if b == b'':
|
if b == b'':
|
||||||
# Client disconnected
|
# Client disconnected
|
||||||
self.running = False
|
self.running = False
|
||||||
self.processRequest(REQ_LOGOUT, 'CLIENT_CONNECTION_LOST')
|
# self.processRequest(REQ_LOGOUT, 'CLIENT_CONNECTION_LOST')
|
||||||
break
|
break
|
||||||
buf = six.byte2int(b) # Empty buffer, this is set as non-blocking
|
buf = six.byte2int(b) # Empty buffer, this is set as non-blocking
|
||||||
if state is None:
|
if state is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user