Creating a new channel from a connection that had one of its channel shutdown due to protocol violation, throws TaskCanceled exception #1879
arunprakashn
started this conversation in
General
Replies: 2 comments
-
|
You are not supposed to be opening new channels from a shutdown callback. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I agree with @michaelklishin but I would also like to investigate this a little. @arunprakashn please provide code that I can compile and run to observe this behavior. Basically, this is all that I should have to do: Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Dotnet Nuget Version 7.1.2
Is this by design, that a connection which had had one of its channel shutdown due to a protocol violation cannot be used for new channel creation?
Exception details:
Reproduction steps
Dotnet Nuget Version 7.1.2
Is this by design, that a connection which had had one of its channel shutdown due to a protocol violation cannot be used for new channel creation?
Expected behavior
I think the new channel should have been created
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions