You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exits with connection closed after some inactivity
To Reproduce
Launch kirc, connect so some server, join some channel
Make the prompt appear by e.g. pressing the Up arrow
Do nothing for some 10 minutes (5 is not enough, really :)
Press Enter (or you can type any command here, like /time), observe kirc quitting with connection closed instead of just getting an expected reply from a server,No text to send
Desktop (please complete the following information):
This is the current expected functionality of kirc since user input is a blocking function. This means server message handling (i.e. automatic keep-alive/PING response or new received messages) cannot be performed while in "user input mode" until the user presses Enter/Return. Ultimately, the server connection times out and closes.
Consequently, I am working to implement an asynchronous version of the input handling function (see issue #66) which should address this "adverse behavior" going forward.
Describe the bug
Exits with
connection closed
after some inactivityTo Reproduce
kirc
, connect so some server, join some channel/time
), observekirc
quitting withconnection closed
instead of just getting an expected reply from a server,No text to send
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: