Community
Participate
Working Groups
When code in socket.cpp throws SocketException, this can case the dsh_fe to hang. For example, if the address being bound to in Socket::listen is already in use, a SocketException will be raised. This exception doesn't seem to be handled, so dsh_fe will hang. Other exceptions may cause similar problems, so should be handled properly by SCI.
Assuming this will not be fixed.