Skip to content
New issue

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

Bug when multiple processes try to open multiple devices at the same time. #6

Open
sankarmanoj-tt opened this issue May 29, 2024 · 0 comments

Comments

@sankarmanoj-tt
Copy link

I'm trying to speed up test case execution by running them in parallel across multiple TT devices. However, if I open all the devices around the same time, I get the following error.

thread 'main' panicked at src/bin/luwen-cem.rs:58:18: calledResult::unwrap()on anErrvalue: ArcNotReady(MessageQueued(87), BtWrapper(<disabled>))

I have a workaround for the time being by spacing out the time devices by adding a random sleep before the device open call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant