mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-07 14:42:08 +08:00
make process replay more reliable
old-commit-hash: 0756c7f374d26945ae27b0cfcabdede9f2060e87
This commit is contained in:
@@ -568,7 +568,7 @@ def cpp_replay_process(cfg, lr, fingerprint=None):
|
||||
|
||||
resp_sockets = cfg.pub_sub[msg.which()] if cfg.should_recv_callback is None else cfg.should_recv_callback(msg)
|
||||
for s in resp_sockets:
|
||||
response = messaging.recv_one(sockets[s])
|
||||
response = messaging.recv_one_retry(sockets[s])
|
||||
|
||||
if response is None:
|
||||
print(f"Warning, no response received {i}")
|
||||
|
||||
Reference in New Issue
Block a user