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
The ucxx::Endpoint::setCloseCallback() may be called at any time by the user. This can be unsafe and cause the close callback to be set while ucxx::Endpoint::errorCallback() is running or has already executed, and thus fail it to execute leaving the user close callback uncalled, which is going to be a difficult issue to identify when/if that occurs.
The text was updated successfully, but these errors were encountered:
The
ucxx::Endpoint::setCloseCallback()
may be called at any time by the user. This can be unsafe and cause the close callback to be set whileucxx::Endpoint::errorCallback()
is running or has already executed, and thus fail it to execute leaving the user close callback uncalled, which is going to be a difficult issue to identify when/if that occurs.The text was updated successfully, but these errors were encountered: