Replies: 3 comments
-
@JanEggers
There aren't any details as to what specifically blocks forever, do you have evidence of a deadlock or is the term just used generally to say "blocks forever"? |
Beta Was this translation helpful? Give feedback.
-
So most likely the answer lies in receiveConnection.CloseAsync(TimeSpan.Zero) and how it handles timeouts. Unfortunately, @JanEggers do you have a thread state dump from when the method in question blocks? |
Beta Was this translation helpful? Give feedback.
-
Please continue discussion here, thanks: #1759 |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Reproduction steps
see code
Expected behavior
Dispose should never block it must either throw or work
Additional context
Im currently migrating to version from 6.8.1 to 7.0 but this causes my tests to be stuck.
Beta Was this translation helpful? Give feedback.
All reactions