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

multiple messages #279

Open
polymorphicengine opened this issue Apr 28, 2024 · 2 comments
Open

multiple messages #279

polymorphicengine opened this issue Apr 28, 2024 · 2 comments
Labels
bug Something isn't working critical Important to fix duplicate This issue or pull request already exists

Comments

@polymorphicengine
Copy link

polymorphicengine commented Apr 28, 2024

Hi!
I'm running flok (1.2) with tidal, following the instructions for running the repl.
whenever an error or message occurs i get it exactly twice (when i'm alone) and for each participant joining (even if they are not running the repl) twice again.. this makes it quite hard to debug code, especially with lots of people. am i doing something wrong?

so for example running return 1 prints out two 1's when i'm alone, and 4 1's when two people have joined.

this happens both with the flok.cc server and running locally.

I can see the message coming into the repl just once, so for some reason it's just sent out multiple times.

additionaly i'm curious if there is a way so that every participant can only see the messages produced by the code that they triggered?

best,
martin

@polymorphicengine
Copy link
Author

ok, so apparently when i'm alone (after a fresh instance of flok) it seems to be fine (must have tested it wrong before), but as soon as somone joins, the messages are duplicated for everyone

@polymorphicengine
Copy link
Author

sorry, i guess this is a duplicate of #189, just saw it

@munshkr munshkr added bug Something isn't working critical Important to fix duplicate This issue or pull request already exists and removed critical Important to fix labels May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical Important to fix duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants