shekhartanwar commented on issue #2246: URL: https://github.com/apache/plc4x/issues/2246#issuecomment-3269575683
I created 2 PlcConnections for READ and WRITE operations and i can see now the connection reset happens only for READ operation. ``` 2025-09-09T08:37:54.827Z INFO 1 --- [ool-26-thread-2] c.v.p.service.impl.PlcS7Service : Creating PLC Connection Type READ -- 2025-09-09T08:40:03.822Z INFO 1 --- [ool-26-thread-2] c.v.p.service.impl.PlcS7Service : Creating PLC Connection Type READ 2025-09-09T08:40:48.827Z INFO 1 --- [ool-26-thread-1] c.v.p.service.impl.PlcS7Service : Creating PLC Connection Type READ 2025-09-09T08:42:56.822Z INFO 1 --- [ool-26-thread-2] c.v.p.service.impl.PlcS7Service : Creating PLC Connection Type READ 2025-09-09T08:42:57.857Z INFO 1 --- [ool-26-thread-1] c.v.p.service.impl.PlcS7Service : Creating PLC Connection Type READ ``` Looks like the READ operation is causing PLC to close the connection. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
