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

Client stops receiving and sending messages if idle for a while #17

Open
mateusfccp opened this issue Jul 21, 2018 · 4 comments
Open

Client stops receiving and sending messages if idle for a while #17

mateusfccp opened this issue Jul 21, 2018 · 4 comments
Labels

Comments

@mateusfccp
Copy link

If you log in the chat and stops sending messages, after a while the client will stop receiving and sending messages.

@ryukinix ryukinix added the bug label Feb 20, 2019
@ryukinix
Copy link
Owner

ryukinix commented Feb 20, 2019

This is a inner problem of how TCP protocol works. To achieve a better UX I need make a exchange system for ping/pong to maintain the channel open as long the session of the users remains online.

@mateusfccp
Copy link
Author

mateusfccp commented Feb 20, 2019

I need make a exchange system for ping/pong to maintain the channel open as long the session of the users remains online.

Do it.

@ryukinix ryukinix pinned this issue Feb 28, 2019
@ryukinix ryukinix added this to To do in Lisp Projects Mar 11, 2019
@ryukinix ryukinix mentioned this issue Mar 11, 2019
@mateusfccp
Copy link
Author

Any eta?

@ryukinix
Copy link
Owner

ryukinix commented Dec 9, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Lisp Projects
  
To do
Development

No branches or pull requests

2 participants