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
Version Information Version of Akka.NET? Akka.TestKit 1.5.33
Describe the bug The method: public ValueTask ExpectMsgFromAsync( Predicate isSender, Predicate isMessage, TimeSpan? timeout = null, string hint = null, CancellationToken cancellationToken = default)
always throws exception.
To Reproduce Steps to reproduce the behavior:
Link to the test project: https://github.com/biasc/Akka-Bug-Report2
Expected behavior Unit test should pass
Environment Windows 11, net8.0
The text was updated successfully, but these errors were encountered:
@biasc see akkadotnet/Akka.TestKit.NUnit#160 (comment) for recommended fix.
This is the same issue we had in Akka.TestKit.NUnit, see akkadotnet/Akka.TestKit.NUnit#159 for more info.
Akka.TestKit.NUnit
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version Information
Version of Akka.NET?
Akka.TestKit 1.5.33
Describe the bug
The method:
public ValueTask ExpectMsgFromAsync(
Predicate isSender,
Predicate isMessage,
TimeSpan? timeout = null,
string hint = null,
CancellationToken cancellationToken = default)
always throws exception.
To Reproduce
Steps to reproduce the behavior:
Link to the test project:
https://github.com/biasc/Akka-Bug-Report2
Expected behavior
Unit test should pass
Environment
Windows 11, net8.0
The text was updated successfully, but these errors were encountered: