Closed xafero closed 1 year ago
Thanks for your awesome library! To give a little bit back, I want to report an issue.
There is a problem using System.Threading.Mutex in the MatrixAPI class. It is used in eventSendMutex and causes problems combined with async calls.
Result in runtime is:
Maybe one could use SemaphoreSlim and WaitAsync?
Same problem, any news about this issue?
Nothing updating here.
Thanks for your awesome library! To give a little bit back, I want to report an issue.
There is a problem using System.Threading.Mutex in the MatrixAPI class. It is used in eventSendMutex and causes problems combined with async calls.
Result in runtime is:
Maybe one could use SemaphoreSlim and WaitAsync?