pigwing

Results 7 issues of pigwing

https://github.com/parallelbgls/Modbus.Net/blob/d5bc2881c9029f54f42d93366382936d37118aff/Modbus.Net/src/Base.Common/TcpConnector.cs#L276 private readonly AsyncLock _mutex = new AsyncLock(); public async Task UseLockAsync() { // AsyncLock can be locked asynchronously using (await _mutex.LockAsync()) { // It's safe to await while the...

enhancement

**FreeRedis.RedisServerException:“ERR Syntax error, try CLIENT (LIST | KILL | GETNAME | SETNAME | PAUSE | REPLY)”** 服务器输入: redis-server -v 反馈: Redis server v=6.0.10 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=48afb8ef69256162 Notice如下图 ![Snipaste_2021-02-20_12-03-41](https://user-images.githubusercontent.com/8393545/108583330-b4ff5e00-7373-11eb-9ab2-93bfc4c7d35d.png)

I want to use multiple station numbers,but it is only one can be use? thank you

i add slaver support multiple station, thank you ^_^

add splide.blazor

Net8 will set CorrelationCookie.SecurePolicy = CookieSecurePolicy.Always causing correlation cookienot to be found in local ip access

context key workflowName case problem source in https://github.com/microsoft/RulesEngine/blob/dc5298989583954cd6aac598267747b4ce635f45/src/RulesEngine/Actions/EvaluateRuleAction.cs#L43