Skip to content
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

Fix ConnectTest.ConnectAsync_CancellationRequestedAfterConnect_ThrowsOperationCanceledException on NodeJS #63671

Closed
maraf opened this issue Jan 12, 2022 · 1 comment · Fixed by #69858
Assignees
Labels
Milestone

Comments

@maraf
Copy link
Member

maraf commented Jan 12, 2022

Running test on NodeJS causes uncaught exception

  info: Error: read ECONNRESET
  info:     at TCP.onStreamRead (node:internal/stream_base_commons:220:20) {
  info:   errno: -4077,
  info:   code: 'ECONNRESET',
  info:   syscall: 'read'
  info: }
@maraf maraf added arch-wasm WebAssembly architecture area-Infrastructure-mono labels Jan 12, 2022
@ghost
Copy link

ghost commented Jan 12, 2022

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Running test on NodeJS causes uncaught exception

  info: Error: read ECONNRESET
  info:     at TCP.onStreamRead (node:internal/stream_base_commons:220:20) {
  info:   errno: -4077,
  info:   code: 'ECONNRESET',
  info:   syscall: 'read'
  info: }
Author: maraf
Assignees: -
Labels:

arch-wasm, area-Infrastructure-mono

Milestone: -

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jan 12, 2022
@lewing lewing removed the untriaged New issue has not been triaged by the area owner label Jan 14, 2022
@lewing lewing added this to the 7.0.0 milestone Jan 14, 2022
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label May 26, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label May 30, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jun 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants