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

Dropping websocket messages? #2672

Closed
nicksellen opened this issue Aug 28, 2023 · 1 comment
Closed

Dropping websocket messages? #2672

nicksellen opened this issue Aug 28, 2023 · 1 comment

Comments

@nicksellen
Copy link
Member

nicksellen commented Aug 28, 2023

I was writing in a chat on karrot.world and noticed the message I sent wasn't appearing in the chat. It was there if I refreshed.

I dug a little deeper and here's the story:

I noticed channels redis has a beta RedisPubSubChannelLayer that can be used, and I wondered if this might magically work (as I could switch that out in prod to try), and so far so good... it might be that it uses a sufficiently differently mechanism and avoids the issue. Or, potentially the issue reappears, as it was not reliably always occuring.

Anyway, this is a dirty fix on the server for now...

nicksellen added a commit to karrot-dev/karrot-backend that referenced this issue Aug 28, 2023
@nicksellen
Copy link
Member Author

This seems to be resolved now, and is deployed already for a few days.

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

No branches or pull requests

1 participant