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
Change error handling from info! to sending quit-package to server because if there is an error on stdout client will not be able to interact with server anymore. So client program must be closed.
let e = stdout().flush();
match e {
Ok(_) => {},
Err(_) => info!("")
}
The text was updated successfully, but these errors were encountered:
Change error handling from info! to sending quit-package to server because if there is an error on stdout client will not be able to interact with server anymore. So client program must be closed.
The text was updated successfully, but these errors were encountered: