korni128 commented on issue #1593: URL: https://github.com/apache/plc4x/issues/1593#issuecomment-2115334556
Hello [glcj](https://github.com/glcj), you are right it is possible to perform read requests with the connection. I have not tested other operations but [mrwhy-orig](https://github.com/mrwhy-orig) commented that it is possible. I also mentioned in the issue description that the connection requests seem to work. > Apart from that, some requests seem to work properly when the connection is used afterwards. My problem is that when I call plcConnection.isConnected() it is always false in version 0.12.0. This already affects my current implementation as I check the connection before a new request is executed. If the PLC connection is diconnected, I try to re-establish the connection. I'm not sure about following log but it says that more then one exception was raised. ``` [nioEventLoopGroup-4-1] WARN i.n.channel.embedded.EmbeddedChannel - More than one exception was raised. Will report only the first one and log others. io.netty.handler.codec.DecoderException: io.netty.handler.codec.EncoderException: MessageToMessageCodec$1 must produce at least one message. ``` The second problem is the log: I have tried to change the log level of PLC4X and netty to ERROR but the DEBUGDOOM stuff is still present in the log. It seems that in my case there is no good workaround with version 0.12.0. -- 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]
