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
Issue is in test tcp_echo_client. Here the stream is closed at the end of the test. This causes onError() handler call with socket error SOCKET_ERROR_ABORT
The text was updated successfully, but these errors were encountered:
See line
04:09:15 [1456978147.91][CONN][RXD] MBED: Test finished!MBED: Socket Error: Connection aborted (20)
in the log http://e108747.cambridge.arm.com:8080/job/gtt/232/consoleIssue is in test tcp_echo_client. Here the stream is closed at the end of the test. This causes
onError()
handler call with socket errorSOCKET_ERROR_ABORT
The text was updated successfully, but these errors were encountered: