1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
186 views
by brandon-w-8204 (34.1k 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:

by brandon-w-8204 (34.1k points)
...