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

Discard duplicate messages delivered by sockets #724

Merged

Conversation

igorkravchenko
Copy link
Contributor

When messages from history are loaded, same messages delivered from sockets are to be discarded to avoid duplicates.

MOB-2542

When messages from history are loaded, same messages delivered from sockets are to be discarded to avoid duplicates.

MOB-2542
Copy link
Contributor

@yurii-glia yurii-glia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@igorkravchenko to avoid having business logic on Widgets side perhaps it makes sense to do this logic on Core SDK side, would it make sense and possible to do?

@igorkravchenko
Copy link
Contributor Author

@igorkravchenko to avoid having business logic on Widgets side perhaps it makes sense to do this logic on Core SDK side, would it make sense and possible to do?

@yurii-glia On Core SDK side we do not have currently interface that would combine getting messages from history and from sockets at once. This is attempted in Widgets for specific cases.

@igorkravchenko igorkravchenko merged commit 1863df2 into development Aug 18, 2023
1 check passed
@igorkravchenko igorkravchenko deleted the fix/MOB-2542-address-messages-duplication branch August 18, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants