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

Tribe admin messages confirmations #788

Open
tomastiminskas opened this issue Dec 1, 2023 · 0 comments
Open

Tribe admin messages confirmations #788

tomastiminskas opened this issue Dec 1, 2023 · 0 comments

Comments

@tomastiminskas
Copy link

Paul reported yesterday that when sending a message on Planet Sphinx (where he is the admin) the Mac app was freezing with the beachball for 20/30 seconds.

While discussing the issue he mentioned a possible theory about the app receiving one confirmation per member in that tribe.

Today I tested it and effectively the app is receiving several confirmations through socket almost at the same time. I tested on a tribe I'm admin of (which is a small tribe) and I got 8 confirmations.

We need at least one confirmation to be sent to the app so the message is shown as confirmed in real time, but all the rest of them are useless. I did changes on the app to prevent the same process to run again after the first one, but it's still not performant to receive thousands of socket messages almost at the same time.

@Evanfeenstra @kevkevinpal do you think you can prevent the socket message to be sent from relay as well? This should be applied just for the case of a tribe admin sending a message in his own tribe.

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