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
I'm looking at how best to determine that my transport layer is still active without having to send a request to the server and get an ErrorKind::NotConnected. I've noticed that the transport object is heavily buried int he client. Any suggestions about best way to do a quick boolean check before trying to read/write and having to create a new connection?
The text was updated successfully, but these errors were encountered:
I'm looking at how best to determine that my transport layer is still active without having to send a request to the server and get an ErrorKind::NotConnected. I've noticed that the transport object is heavily buried int he client. Any suggestions about best way to do a quick boolean check before trying to read/write and having to create a new connection?
The text was updated successfully, but these errors were encountered: