-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[Obsolete][CS0618] AwaitResult
> Use ShouldCompleteWithin instead
#6498
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
[Obsolete][CS0618] AwaitResult
> Use ShouldCompleteWithin instead
#6498
Conversation
…akka.net into use_should_complete_within
{ | ||
var task = AggregateSource.RunWith(Sink.First<int>(), Materializer); | ||
task.AwaitResult().Should().Be(Expected); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does AwaitResult
do and is it different than ShouldCompleteWithin
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"warning CS0618: 'Utils.AwaitResult(Task, TimeSpan?)' is obsolete: 'Use ShouldCompleteWithin instead'"
…akka.net into use_should_complete_within
@eaba I think you have some more additional comments from @Arkatufus that need to be addressed from his last review |
…akka.net into use_should_complete_within
No description provided.