mmb Posted May 1, 2021 Posted May 1, 2021 Hi all! Is there anyway to track down what this error means? I see a number of them in the log but not sure what's causing it. System -170001 [UDSockets] RSub:25 error:6 The RSub: number changes 25, 44 , 46, 45, etc Does it mean there are no sockets for connection? I do connect from the ISY to remote servers and vice versa. Thanks in advance! mike
Techman Posted May 1, 2021 Posted May 1, 2021 2 hours ago, mmb said: Hi all! Is there anyway to track down what this error means? I see a number of them in the log but not sure what's causing it. System -170001 [UDSockets] RSub:25 error:6 The RSub: number changes 25, 44 , 46, 45, etc Does it mean there are no sockets for connection? I do connect from the ISY to remote servers and vice versa. Thanks in advance! mike There are two types of persistent sockets in ISY: RSub = Regular Sub = a Client subscribing to ISY (including websockets) PSub = Portal Sub = subscription from the portal Error 6 = the client that subscribed is no longer active. In the TCP vernacular, the socket is in CLOSE_WAIT state. This will eventually go away by itself.
Recommended Posts