Sidebar

Getting Warning Source: socket connnection from {IP} terminated by peer.

0 votes
51 views
asked Mar 29 by brandon-w-8204 (33,270 points)
I have a source that is a socket connection and get warnings about socket connection is terminated by peer. What is this warning and how do I stop them from being sent?

1 Answer

+2 votes

The warning is sent when the source node is set to a socket connnection. The default configuration is to only accept one connection and assumes it to be persistant. With this configuration a warning is sent if the client disconnects and reconnects to the socket.

To remove the warnings you can check the "Allow Non-persistent Connections" on the Socket Configuration screen:

answered Mar 29 by brandon-w-8204 (33,270 points)
...