this is not a good api

This commit is contained in:
Adeeb Shihadeh
2025-11-05 18:55:50 -08:00
parent dc5f5eaf65
commit 89919c8832

View File

@@ -498,7 +498,7 @@ def main():
sock = messaging.sub_sock('ubloxRaw', timeout=100, conflate=False)
while True:
msg = messaging.recv_one_or_none(sock)
msg = messaging.recv_one(sock)
if msg is None:
continue