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
Broken tcp connections (ie: irc) are sometimes hard to restore, a fix could be to have the socket object held indirectly (eg: via a unique_ptr) so it can be re-constructed as needed.
Broken tcp connections (ie: irc) are sometimes hard to restore, a fix could be to have the socket object held indirectly (eg: via a unique_ptr) so it can be re-constructed as needed.
Could be related to #21.
The text was updated successfully, but these errors were encountered: