-
### What happened?
My test are no longer consistent and they randomly crash. I've managed to reproduce this issue on very simple project (Snippet is below). Sometimes there is an error ```134 (/Us…
-
https://github.com/hbjorgo/ATLib/blob/f50942650a74b25f26d4d6ba989668371a946171/src/HeboTech.ATLib/Parsers/AtReader.cs#L32
https://github.com/hbjorgo/ATLib/blob/f50942650a74b25f26d4d6ba989668371a94617…
-
### Description
We are using Nito AsyncEx to create a single threaded SynchronizationContext, and is active in Current.
Calling
await job.Invoking(f => f.RunAsync()).Should().NotThrowAsync()
…
-
When updating to Nito.AsyncEx.Tasks 5.0.0 that dll has a reference to Nito.Disposables 2.0.0. If you upgrade to Nito.Disposable 2.0.1 this dll wont be copied into any project where Nito is implicit us…
-
Hi,
The samples doesn't use `ConfigureAwait(false)` but since I barely understand ConfigureAwait I wanted to make sure that I'm not doing something wrong: is `ConfigureAwait(false)` method needed a…
-
Is this library thread safe? I'm using it with serial rtu on .net 6 on windows. Can I access an IModbusMaster object and call its methods in different threads at same time?
-
I used my very simple modbus implementation until this time. My communication layer has 2 message queue: read (Poll) queue, and write queue. I drop the raw(builded) request with callback into the queu…
-
**Version Information**
reproduced with 1.4.27 and 1.4.28
Akka clustering, lighthouse
**Describe the bug**
Idle akka clusters burn too much CPU.
**To Reproduce**
Steps to reproduce the behav…
-
### Expected Behavior
The Nito.AsyncEx is removed or replaced with a strong named library.
Strong naming for Yaapii.Http is reactivated
### Actual Behavior
Strong naming for Yaapii.Http is deact…
-
Is there a way to get a message receiver's message pump to use a custom TaskScheduler?
**Environment:**
- Microsoft.Azure.ServiceBus 4.1.1.0
- Microsoft Framework 4.7.1
- Visual Studio 2019
…