You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case I have a server running on 192.168.178.101 and my plan is to use a reverse connection.
From the server I get a message like RHEFZ,urn:192.168.178.101:PhoenixContact:eUAServeropc.tcp://192.168.178.101:4840
My go application is running on 192.168.178.20.
Since 192.168.178.101 != 192.168.178.20 I running in the error.
In my case I have a server running on
192.168.178.101
and my plan is to use a reverse connection.From the server I get a message like
RHEFZ,urn:192.168.178.101:PhoenixContact:eUAServeropc.tcp://192.168.178.101:4840
My go application is running on
192.168.178.20
.Since
192.168.178.101 != 192.168.178.20
I running in the error.https://github.com/gopcua/opcua/blob/main/uacp/conn.go#L318
Am I using your application incorrectly here?
The text was updated successfully, but these errors were encountered: