mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 20:42:09 +08:00
C++ Process Replay improvements - Part 2 (#20839)
old-commit-hash: 5856d7d549c464481fe25353b9c9017c5c480d95
This commit is contained in:
@@ -446,7 +446,7 @@ def cpp_replay_process(cfg, lr, fingerprint=None):
|
||||
time.sleep(0)
|
||||
|
||||
# Make sure all subscribers are connected
|
||||
sockets = {s: messaging.sub_sock(s, timeout=1000) for s in sub_sockets}
|
||||
sockets = {s: messaging.sub_sock(s, timeout=2000) for s in sub_sockets}
|
||||
for s in sub_sockets:
|
||||
messaging.recv_one_or_none(sockets[s])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user