Socket.failed readonly


The Socket.failed property checks the Socket for errors after net.select() call.
Returns true if an error occured during last net.select() call, or false otherwise.

Example

{{example}}