-
Notifications
You must be signed in to change notification settings - Fork 256
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
use ReadLineAsync from polyfill #3837
use ReadLineAsync from polyfill #3837
Conversation
whats the failed test? |
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.
You have dropped too much code, the read is fully gone.
I am just blind... Sorry |
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.
The cancellation token seems to not be working as expected. The tests are failing because of some hangs.
I can reproduce locally the hang, I'll try to have a look at what's hanging tomorrow. |
perhaps a bug in my polyfill code? |
@SimonCropp I don't know if that's a bug per say but for sure your implementation only look at the token as the entry of the method: while your implementation do check it during the execution. |
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.
The refactoring is causing a functional difference that can lead to hangs.
No description provided.