secs4net
secs4net copied to clipboard
SECS-II/HSMS-SS/GEM implementation on .NET
Hi, I run my app (passive) on 13.00 PM and got Unhandled exception occurred on PipeDecoder producer on 08.00 PM and then can't connect host (active) until re-initial host, I...
**Describe the bug** NullReferenceException **To Reproduce** Steps to reproduce the behavior: 1. start SecsDevice and DeviceWorkerService two projects simultaneously in VS 2. after the main form appear, make the break...
**Describe the bug** In some cases, the Secs server cannot connect。Passive/Active SecsDevice can not connect each other’. **To Reproduce** Steps to reproduce the behavior: 1. Start 2 Active SecsDevice and...
**Describe the bug** When connect remote device, got 10053 error. 022-10-13 10:42:13.595 +08:00 [INF] Starting host 2022-10-13 10:42:18.183 +08:00 [WRN] Connecting 2022-10-13 10:42:18.202 +08:00 [WRN] Connected 2022-10-13 10:42:18.214 +08:00 [INF]...
**Describe the bug** Bit mask used to decode a message header not contains bit6. File:MessageHeader.cs Function: Decode `S = (byte)(s & 0b0111_111),` The integer literal 0b0111_111 should be `0b0111_1111` or...
Hi, I'm trying to use this to connect with the equipment, it connects succesfully but it then experiences a T6 timeout after sending a select request. Start T7 Timer: 10...
When I use float on Linux ARMv7 32, I get a System.DataMisalignedException exception. Is it possible to support Linux ARMv7 32bits for doubles and floats? Or is there a workaround?...
Hello, I downloaded version 2.2.1 but found the following problems. I encountered that if I receive an error packet, I will no longer be able to parse the packet correctly....
[0x000006B0] 'S6F12' . [0x000006B1] 'S6F12' . Unexpected exception on StartAsyncStreamDecoderAsync System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. at Secs4Net.Item.g__ThrowHelper|45_14(ReadOnlySequence`1& _) in /_/src/Secs4Net/Item.Decode.cs:line 457 at Secs4Net.PipeDecoder.DecodeLoopAsync(ChannelWriter`1 controlMessageWriter,...
Hello, I have the following problem When I set the time of T6 to be greater than T7 and no SelectResponse is received, the program will reconnect itself, but after...