Possible deadlock in test `DotNetty.Common.Tests.Utilities.HashedWheelTimerTest`?
Open
- Dominant language
- C#
- Stars
- 4.3k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
An `await` here without `ConfigureAwait(false)` and the outter call `Wait()`/`Result` on it, found when run test on an VM with single core CPU and netcoreapp2.1 in Linux.
https://github.com/Azure/DotNetty/blob/4a76e62/src/DotNetty.Common/Utilities/HashedWheelTimer.cs#L215
Contributor guide
Assessment
This issue has not been assessed yet.