5 ms·
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.
by sgsjchs 1y 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.
- spacechild1 1y agoWell, reopening a socket implies that I have manually closed the socket, which does require an optional with your implementation.