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
Related problem: Test running parallelization should be facilitated by the akka test api.
The solution: Create an "async Task ExpectNoMsgAsync(int milliseconds)" version of "void ExpectNoMsg(int milliseconds)".
Alternatives considered: I can write my own "async Task ExpectNoMsgAsync(int milliseconds)". But I would rather use a library version.
The text was updated successfully, but these errors were encountered:
@Aaronontheweb what do you think?
Sorry, something went wrong.
We should absolutely add this - in fact, we should have async Task overloads for every single method on the TestKit.
async Task
Might be duplicated in this issue: #5617 "Create ExpectNoMsgAsync() methods"
@Arkatufus - I think we can close this issue as duplicate.
No branches or pull requests
Related problem:
Test running parallelization should be facilitated by the akka test api.
The solution:
Create an "async Task ExpectNoMsgAsync(int milliseconds)" version of "void ExpectNoMsg(int milliseconds)".
Alternatives considered:
I can write my own "async Task ExpectNoMsgAsync(int milliseconds)".
But I would rather use a library version.
The text was updated successfully, but these errors were encountered: