Developer postOriginal post (opens in a new tab)

update #13 - v1.15.8 available... (quickfix for connection errors)

Hi guys,

This version fixes the infamous all-new connection-to-master-server-failed - bug.

For all of you guys understanding code - THIS was the culprit:

int32 v4napi_sockets::getSocketError ()
{
#ifdef V4OS_WINDOWS_WIN32_XP
return WSAGetLastError ();
#else
return errno;
#endif
}

Whoever can guess the bug here, gets awarded the vertex4 Award of Excellence in Coding Clairvoyance.

Cheers and sorry for the hassle,
Roman