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
Sockets::Socket::Socket(int sock_fd) constructor is no good. Get rid of it. Replace it with a move constructor that takes ownership of a socket, and frees other object of ownership. Maybe the thing should be set to 0 or some shit so it cannot be used again. I don't know figure something out.
The text was updated successfully, but these errors were encountered:
Sockets::Socket::Socket(int sock_fd) constructor is no good. Get rid of it. Replace it with a move constructor that takes ownership of a socket, and frees other object of ownership. Maybe the thing should be set to 0 or some shit so it cannot be used again. I don't know figure something out.
The text was updated successfully, but these errors were encountered: