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 the version of Call with a timeout, if the user-supplied timeout elapses the current implementation treats this as a fatal error and terminates the ASIO io loop:
In the version of
Call
with a timeout, if the user-supplied timeout elapses the current implementation treats this as a fatal error and terminates the ASIO io loop:ifm3d/modules/pcicclient/src/libifm3d_pcicclient/pcicclient_impl.hpp
Line 590 in 3382374
In this state, the PCICClient object is in an invalid state; accepting new
Call
requests which silently block forever due to the terminated ASIO loop.The text was updated successfully, but these errors were encountered: