Open pgriess opened 14 years ago
Since this socket is only used to get a connection from a single client, we don't need to keep it open after we get the first 'connection' event. Leaving it open consumes an FD and other resources for the WSS instance.
Since this socket is only used to get a connection from a single client, we don't need to keep it open after we get the first 'connection' event. Leaving it open consumes an FD and other resources for the WSS instance.