-
Notifications
You must be signed in to change notification settings - Fork 165
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
RNET-1137: Fix progress notification #3615
Conversation
@nirinchev I've added a basic test, not sure how extensive we want to be with testing for this. |
@@ -828,25 +837,18 @@ public void Session_OnSessionError() | |||
} | |||
|
|||
completionTcs.TrySetResult(); | |||
lastReportedProgress = p.ProgressEstimate; |
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.
Why is this happening after we complete the tcs?
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.
It shouldn't, it should happen all the time, I'll fix it 🤦
This PR uses the correct core value for the progress notification, and adds some basic tests
Fixes #3580
TODO