ryukinix / lisp-chat

An experimental minimal chat written in Common Lisp
https://lerax.me/lisp-chat
MIT License
173 stars 15 forks source link

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

Open mateusfccp opened 6 years ago

mateusfccp commented 6 years ago

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

ryukinix commented 5 years ago

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 commented 5 years ago

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.

mateusfccp commented 2 years ago

Any eta?

ryukinix commented 2 years ago

Probably I will just archive this project.

Em qui, 9 de dez de 2021 07:02, Mateus Felipe C. C. Pinto < @.***> escreveu:

Any eta?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ryukinix/lisp-chat/issues/17#issuecomment-989694775, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2J57WVFIMOIRYOOJYOFRLUQB5DFANCNFSM4FLF2IKA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.