Replies: 1 comment
-
Found the issue, it's a deadlock in my code 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For io stuff I would like to have commands emited from the web side and executed in rust, but I cannot get the commands be async and timeout if it hangs for too long.
Currently I have tried to make the commands and await in async_std::future::timeout, but it seems the function I passed into async_std::future::timeout never runs.
Here is my code snippet:
Beta Was this translation helpful? Give feedback.
All reactions