after a couple minutes ater restarting I get to messages:
Socket::send_nowait() error:10053
Socket::send_nowait() error:10038
Socket::send_nowait() error:10053
Socket::send_nowait() error:10038
I searched google for a definition of this errors, but since I`m not a specialist in it... simply cant understand it
Can it be possible that this errors affect allocation??
Edit:
Taken from some forum:
Code:
10038 is "Socket operation on non-socket" which usually means that data was being sent through a socket that was already closed. It looks like there was still something in the send buffer when vortec disconnected, which generated the error, but then vortec connected on a second attempt.