Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handling unlink message sending in client when there is no connection #30

Open
dorotaphanSiili opened this issue Jan 11, 2023 · 0 comments

Comments

@dorotaphanSiili
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant