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
This is relevant for all implementations we have:
c++, python, qt ....
if we get unlink message for a node we should proceed with cleaning on client side and not inform the server - it is already gone there and we don't want to reconnect
this also means that all the message queued for this object ( collected during the disconnected state before unlink is requested) will be sent but not handled
The text was updated successfully, but these errors were encountered:
This is relevant for all implementations we have:
c++, python, qt ....
if we get unlink message for a node we should proceed with cleaning on client side and not inform the server - it is already gone there and we don't want to reconnect
this also means that all the message queued for this object ( collected during the disconnected state before unlink is requested) will be sent but not handled
The text was updated successfully, but these errors were encountered: