Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

ServerSocket accept failed (-134) on EHS5 | Telit Cinterion IoT Developer Community

November 14, 2023 - 12:07pm, 48 views

Hello

the following call sometime throws an IOException:

private ServerSocketConnection m_serverSocket = null;
...

SocketConnection sc = (SocketConnection)m_serverSocket.acceptAndOpen();

the exception getMessage() text is the following:

IOError in serversocket::accept = -134

Why is it happening ? Is there any explanation for the error code -134 ?
Where I can find a list of the possible socket error codes for these api ?

Best regards

Marco