You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log output should show regular and frequent timestamps from both the "producer" and the "consumer", and in particular it should not raise a timeout exception.
Environment:
OS: Debian 11
COSMOS Version 5.0.5
Cosmos v5
-- [x] Mozilla Firefox
The text was updated successfully, but these errors were encountered:
Summary
When combining get_packets() and cmd() calls in a multi-threaded script, cmd() unexpectedly(?) seems to block while get_packets() is blocking.
I would expect that cmd() called from a separate thread should proceed without blocking regardless of any calls to get_packets()?
Details
When using threading in a script like so:
Where TEST here is a simple delayed (1.5 seconds) loopback target.
The following log output is produced (reverse chronological):
To Reproduce
Expected behavior
The log output should show regular and frequent timestamps from both the "producer" and the "consumer", and in particular it should not raise a timeout exception.
Environment:
-- [x] Mozilla Firefox
The text was updated successfully, but these errors were encountered: