Then i try to stop server, in console i get message
opc_tcp_async| Running server.
opc_tcp_async| Waiting for client connection at: 0.0.0.0:4841
Stopping opcua server application
opc_tcp_async| Shutting down server.
opc_tcp_async| Error during client connection: Operation canceled
opc_tcp_async| Waiting for client connection at: opc_tcp_async| Error accepting client connection: local_endpoint: Bad file descriptor
and thread crash
code here
server = new OpcUa::UaServer(DEBUG);
server->SetEndpoint("opc.tcp://10.155.26.220:4841/freeopcua/server");
server->SetServerURI("urn://10.155.26.220");
server->Start();
server->Stop();
Then i try to stop server, in console i get message opc_tcp_async| Running server. opc_tcp_async| Waiting for client connection at: 0.0.0.0:4841 Stopping opcua server application opc_tcp_async| Shutting down server. opc_tcp_async| Error during client connection: Operation canceled opc_tcp_async| Waiting for client connection at: opc_tcp_async| Error accepting client connection: local_endpoint: Bad file descriptor
and thread crash
code here server = new OpcUa::UaServer(DEBUG); server->SetEndpoint("opc.tcp://10.155.26.220:4841/freeopcua/server"); server->SetServerURI("urn://10.155.26.220"); server->Start(); server->Stop();