Radek Zikmund
Radek Zikmund
hmm, maybe this sheds some light, is it possible that this is causing the problem? https://github.com/microsoft/msquic/blob/1bd55b302c43cd5f69684b4395aca603f40950cf/src/core/listener.c#L281-L286
Looks like this issue disappeared after recent fixes/improvements on runtime/jit on ARM platforms, the only crashes on ARM32/64 in last month are from jitstress and are likely unrelated to this...
No hits (of either assert or long running test) in last 2 weeks, so I think it is safe to close this as fixed.
The arm32 issue is being fixed by https://github.com/dotnet/runtime/pull/67145 for .NET 6.0, porting to older releases is going to be problematic and people are leaning against doing so. - .NET 5...
> There is the one unresolved Arm32 issue @mthalman found which is linked here. It's something to consider noting in any announcements. @rbhanda, @dcwhittaker note that in the current state...
> Is installing OpenSSL 1.x an option on Ubuntu 22.04? .NET Core 3.1 (and newer) will work against that even on arm32, right? Could that be documented as a workaround?...
I can still bind a UDP socket to these ports and receive data normally. Source code Receiver (C#): ```cs using System.Threading.Tasks; using System.Buffers; using System.Net.Sockets; using System.Net; using System.Text; Socket...
Hi @mahi072, unfortunately, this bug can't be solved on .NET side. It is caused by Windows behavior. And would need changes in Windows itself. This issue is open only to...
> Ability to park would be nice but not necessary as LocalCertificateSelectionCallback is synchronous API Note that it is a user-provided callback, which we would need to call directly from...
We (.NET runtime networking team) have changed the priority of the original issue, so this change is no longer needed for 7.0 and can wait for future version. The suggested...