JulianFeinauer commented on issue #10: Fixed NPE in S7PlcConnection#close.
URL: https://github.com/apache/incubator-plc4x/pull/10#issuecomment-409958048
 
 
   @chrisdutz your fixes in the master made it work for me also.
   As I found a solution to avoid the blocking exception in the meanwhile I 
combined your code with mine.
   I think the only obvious solution is, as i propose, to use a CountDownLatch 
to communicate between the ChannelCloseFuture and the close method on another 
ThreadPool than the EventLoopGroup (which netty forbids).
   Is this solution feasible for you?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to