mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
disconnect immediately after recving a boot message
This commit is contained in:
parent
fb9f2a2eeb
commit
336b478266
@ -571,6 +571,10 @@ class ClientRepositoryBase(ConnectionRepository):
|
||||
self.bootedText = None
|
||||
self.notify.warning(
|
||||
"Server is booting us out with no explanation.")
|
||||
|
||||
# disconnect now, don't wait for send/recv to fail
|
||||
self.stopReaderPollTask()
|
||||
self.lostConnection()
|
||||
|
||||
def handleServerHeartbeat(self, di):
|
||||
# Got a heartbeat message from the server.
|
||||
|
Loading…
x
Reference in New Issue
Block a user