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
Server doesn't throw exception/error when failed to start
E.g. when start_listening() funtion failed (cannot open socket on a port...) there is no any indication for the client code.
The funtion doesn't return error value or exception
Am i missed anything?