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

sometime, error in node::GetVariables #403

Open Kyrial opened 1 year ago

Kyrial commented 1 year ago

Hello, Sometimes I get errors from OpcUA::Node::GetVariables.

calling this function causes a boost error: opcuacored!boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::io::too_many_args> >::~clone_impl<boost::exception_detail::error_info_injector<boost::io::too_many_args> >

here the call stack: Capture d’écran 2023-03-07 140040

the error seems to occur during consequent calls to the function, (call however protected by a Mutex)

I thank you in advance for the help you can give me,

Melvin