FreeOpcUa / freeopcua

Open Source C++ OPC-UA Server and Client Library
http://freeopcua.github.io/
GNU Lesser General Public License v3.0
713 stars 341 forks source link

Terminate when reconnected opc server #400

Open shenpower opened 1 year ago

shenpower commented 1 year ago

I froud the uaClient connect logic had some bug when uaClient.CreateSubscription() is called; I make a test cases; Call uaClient.Disconnect() and next call uaClient.Connect(endPoint); then run mins; the process will terminate;

image

Soultion: image image

image