Skip to content

Commit b17c213

Browse files
Hook25stanley31huang
authored andcommitted
Keepalive rpyc connection (bugfix) (#2076)
Keepalive rpyc connection
1 parent 5e5071f commit b17c213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkbox-ng/checkbox_ng/launcher/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def connect_and_run(self, host, port=18871):
291291
keep_running = self._handle_interrupt()
292292
if not keep_running:
293293
break
294-
conn = rpyc.connect(host, port, config=config)
294+
conn = rpyc.connect(host, port, config=config, keepalive=True)
295295
keep_running = True
296296

297297
def quitter(msg):

0 commit comments

Comments
 (0)