When I try to run the server from the example in version 0.8, receive the error:

Thrift: Thu Apr 12 22:41:43 2012 TServerSocket::listen() socketpair() errno = 10
093
Thrift: Thu Apr 12 22:41:43 2012 getaddrinfo 10093: Или приложение не вызвало WS
AStartup, или произошла ошибка в WSAStartup.
Thrift: Thu Apr 12 22:41:43 2012 TThreadPoolServer::run() listen(): Could not re
solve host for server socket.

Maybe in TServerSocket::listen() function to add:

void TServerSocket::listen() {
#ifdef _WIN32
    TWinsockSingleton::create();
#endif // _WIN32

Reply via email to