korni128 commented on issue #1593: URL: https://github.com/apache/plc4x/issues/1593#issuecomment-2147047625
Hello [glcj](https://github.com/glcj), I have tested my sample code with version 0.13.0-SNAPSHOT (0.13.0-20240531.145431-1). Still the same behavior: isConnected is false after the connection has been established and the DEBUGDOOM and WARN log is still present. Was there a related commit? I have tried out to remove the isConnected method in the S7HPlcConnection class and then the connection status is "true". But not sure why this stuff is required (introduced in version 0.12.0 with #1214): ``` @Override public boolean isConnected() { return channel.attr(S7HMuxImpl.IS_CONNECTED).get(); } ``` I also think that the DEBUGDOOM problem is a bit more difficult to debug / solve, at least for me, because there were some time constrains during my attempts. -- 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]
