Categories
Knowledge Support Exclude from Global Search Log Level Support Warning exacqVision Server Products Logs Other

*** EWOULDBLOCK – 143 ***

*** EWOULDBLOCK – 143 ***

Description

The socket is non-blocking, but the called function would block.

Notes

This error is detected when a requested operation is not ready to be done, but the socket is set to a non-blocking mode. select can be used to wait with timeout for the operation to become ready.

<br>