We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
timeout while waiting for event stream thread
Not exactly sure what is happening, but it seems that I have a bug where the node completely freeze and then report:
�[2m2024-08-30T16:15:37.258067Z�[0m �[33m WARN�[0m �[2mdora_node_api::event_stream::thread�[0m�[2m:�[0m timeout while waiting for event stream thread
Then the node finishes.
I wonder if there is like a break condition on:
dora/apis/rust/node/src/event_stream/thread.rs
Lines 70 to 72 in 9be5b76
Before the node freeze, everything is normal.
The text was updated successfully, but these errors were encountered:
This only happens with python by the way. Does not happen with rust dora-rerun with the exact same example.
dora-rerun
Sorry, something went wrong.
FYI, this seems to happen when there is more than 1 listener of the camera output stream.
No branches or pull requests
Not exactly sure what is happening, but it seems that I have a bug where the node completely freeze and then report:
Then the node finishes.
I wonder if there is like a break condition on:
dora/apis/rust/node/src/event_stream/thread.rs
Lines 70 to 72 in 9be5b76
Before the node freeze, everything is normal.
Screencast.from.2024-08-30.18-29-53.webm
The text was updated successfully, but these errors were encountered: