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
Implement reverse connect for my UA client based on the OPC UA .NET Standard Library.
UA server offline.
UA client uses SessionReconnectHandler and ReverseConnectManager to reconnect.
Sometime there would be BadSessionIdInvalid case, that result in m_session.DetachChannel in SessionReconnectHandler::DoReconnectAsync, that clear the member "Endpoint" info of session.
When re-create the session, there would be m_reverseConnectManager.WaitForConnection who will use m_session.Endpoint that was cleared by previous step, it results in crash.
Type of issue
Current Behavior
Expected Behavior
No matter how, there would be no crash.
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: