Hi all,
I have ran into some intermittent problems using TCP on windows.
The output trace shows
INFO | 20130618-100055.445 | SIPCService | RESIP:TRANSPORT | 7948 | TcpConnection.cxx:97 | Failed write on 3532 Unknown error
from method TcpConnection::write.
I added to the trace the actual error code returned from windows, which states 10035(WSAEWOULDBLOCK).
However, the caller(Connection::performWrite) there's a check against error code EAGAIN.
Could there be some mismatch here when running on windows?
Thanks
/Janne