RichardWepnerPD
RichardWepnerPD
It seems like I could have spent a few more minutes searching for it. According to [the `BUILD.md` file in the MsQuic repository](https://github.com/microsoft/msquic/blob/main/docs/BUILD.md#running-a-build) we would need to use scripts contained...
The problem doesn't occur anymore if I place the `msquic.dll` as `msquic-openssl.dll` into the same directory as the `StirlingLabs.MsQuic.Bindings.dll`. I can't yet say if this problem resulted from me using...
Similarly there should be a hint for the `sa.dll` as well, see https://github.com/StirlingLabs/MsQuic.Net/issues/27
One remark regarding the very last point: > Go through Monobehavior methods (Awake,Start,...) that are async void and see if they can be turned to async Task (removes SonarQube complaint)....
Could it be that it's related to this issue? https://discussions.unity.com/t/async-and-uncaught-exceptions/824272 (I.e. are you calling it directly or indirectly from a method like `async Task Start()`, `async Task Awake()`, i.e. an...