Handling broken connections with the server #1665
Unanswered
MaciejPMarciniak
asked this question in
Q&A
Replies: 1 comment 1 reply
-
sounds like the tcp server died. It can be a bug in the server or simply bad network. you could try to monitor the connection using wireshark .it has very good support for U, and see if the server send some more information that we do not display by mistake |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am facing the following issue: the OPCUA server that I am working with is a spoiled brat.
Within an hour of beginning the subscription, I get the error about the broken connection from the watchdog loop:
I saw similar issues in the discussions, and the example with reconnection. However, to add to the pile, I only have ONE license to connect to the server, which is why attempting to reconnect causes the BadLicenseLimitExceeded error. The only way to resubscribe is to restart the server and connect again.
Does anyone experienced with OPCUA know:
The troublesome server is GE iFIX 6.0.
Thanks and I hope I am asking in the correct format!
Beta Was this translation helpful? Give feedback.
All reactions