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
Address name resolving step should be interruptible -- currently I can't do e.g. /connect if the task is blocked on getsockaddr(). Similarly I can't quit.
SASL authentication
Implement sending pings on timeout.
Reconnecting after a disconnect does not work.
C-c does not really quit -- it closes the connections (I think, at least it sends QUIT messages) but the TUI hangs.
Stuff to be done before release:
/connectif the task is blocked ongetsockaddr(). Similarly I can't quit.C-cdoes not really quit -- it closes the connections (I think, at least it sends QUIT messages) but the TUI hangs.Find a way to disable stderr logging in release buildUse env_logger for debug logs