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

Unable to send chat messages #564

Open
imBigo opened this issue Oct 15, 2024 · 4 comments
Open

Unable to send chat messages #564

imBigo opened this issue Oct 15, 2024 · 4 comments

Comments

@imBigo
Copy link

imBigo commented Oct 15, 2024

After about 5 minutes I seem to be unable to send chat messages. I still see chat messages and stream but can't send chat messages. I need to close the app and reopen stream to be able to send messages again

@crackededed
Copy link
Owner

try turning on Connect using WebSocket in settings

@E-Bosher
Copy link

This might happen if you have bad unstable connection or packet loss. Chat module does really bad job maintaining connection in harsh conditions, sometimes it reconnects in a bit but sometimes it just gives up on reconnecting entirely.
I'm not complaining, it was never meant to be super reliable since its basically a modified 9000 years old "ping-pong" irc protocol, just giving you a heads up.
You can always do "disconnect from chat" and "connect to chat" manually through menu to fix that, but the issue is that you can't tell if chat is just being quiet or you have lost connection, there is no indication when this happens.

@crackededed
Copy link
Owner

This might happen if you have bad unstable connection or packet loss. Chat module does really bad job maintaining connection in harsh conditions, sometimes it reconnects in a bit but sometimes it just gives up on reconnecting entirely. I'm not complaining, it was never meant to be super reliable since its basically a modified 9000 years old "ping-pong" irc protocol, just giving you a heads up. You can always do "disconnect from chat" and "connect to chat" manually through menu to fix that, but the issue is that you can't tell if chat is just being quiet or you have lost connection, there is no indication when this happens.

do you have the websocket setting turned on?

@E-Bosher
Copy link

I wasn't using websocket, I am going to run it with the setting enabled and report in a couple of months if this issue persists.

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

3 participants