xpfr
xpfr
Have you any view on this issue please?
Thank you for looking into this. I'm using a SignalR Hub in a minimal API AspNetCore template. This being said, I tried to make a very simple code to reproduce...
I coded a single Program.cs which allows to reproduce the issue (need to set TdLib parameters in a web configuration file) [net8.0] [Program.txt](https://github.com/egramtel/tdsharp/files/15380649/Program.txt) Stack of blocked thread: > System.Private.CoreLib.dll!System.Threading.Monitor.Wait(object obj,...
I've had a look at Receiver.Start method and I'm wondering if the 'await Task.Yield()' defeats the purpose of LongRunning task creation option. As await Task.Yield() will make the continuation on...
Are you talking about the field _stopped in this piece of code? In Bindings.cs internal class Receiver : IDisposable { ... private readonly ManualResetEventSlim _stopped = new ManualResetEventSlim(false); ...} This...
I cloned this project and recompiled libraries TdLib + TdLib.Api. When I use these recompiled libraries with my project, the issue is not present anymore (!). Could it be a...
I cloned the projet with the intent to debug the deadlock but as it works, not sure what I can do to help. We may want to close this issue...