Hacker News new | ask | show | jobs
by sgsjchs 277 days ago
You don't need optional in this case, the assignment would just destroy the old socket and immediately move the new one in its place.
1 comments

Well, reopening a socket implies that I have manually closed the socket, which does require an optional with your implementation.