(20250701) - tick out debugging.
This commit is contained in:
@@ -231,7 +231,9 @@ async def ticks_from_kafka(
|
||||
)
|
||||
|
||||
# If there are no updates to give:
|
||||
if not ticks: continue
|
||||
if not ticks:
|
||||
no_context_printer("No ticks.")
|
||||
continue
|
||||
|
||||
# Each message must be treated as an array of tick updates (list of dicts).
|
||||
# In case the producer is sending each individual tick as a separate message,
|
||||
|
||||
Reference in New Issue
Block a user