The problem I am having is when I ran my local device client in a Java IDE the Watson IoT Service received my events fine.
But when I insert a Watson IoT input node in node red and a debug node to view the message in Node-RED my Java IDE keeps showing the error message:
connection lost: reason code 32109 cause: EOF exception
Then reconnects and then disconnects keeps doing this, also no message is shown in the debug panel.
I know EOF means End of file exception but displays the data in my file in Watson IoT just fine so do not know what the difference is in Node-RED.
Also I am able to send a timestamp in Node-RED to my devices in Watson IoT using the Watson IoT output node.