-
I have sent a Fins handshake request and received a response in the packet capture tool. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Is your code availalbe in a PR anywhere? |
Beta Was this translation helpful? Give feedback.
-
Ok ... so it seems that your are successfully sending out a packet (as Wireshark confirms it). However you are getting a timeout (the line 263 in Plc4xNettyWrapper is in the execution of the timeout handler. As you have no "onTimeout" in your sendRequest-handleResponse chain, this simply causes a NPE (Which we should fix). So unfortunately I can't enlarge the picture of wireshark as GitHub is giving me an error page ... but I assume, you are sending out a packet, to which the remote is not responding. Do you see if there's a reply from the device? |
Beta Was this translation helpful? Give feedback.
Ok .. I've fixed that glitch in the Plc4xNettyHandler ... however now you would simply not get any error message. I would strongly reccomend you add an onTimeout and onError to your chain to make debugging issues easier.