Replies: 1 comment
-
This test has a hang because you have an |
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
-
I realized that the error message from misuse of Simulator sequence is not helpful. The example below shows the
misuse of
unawaited(Simulator.run());
. It just shows the test fail. I'm not sure how critical this issue is.Beta Was this translation helpful? Give feedback.
All reactions