[asio-users] Another Error 10061, this time only sometimes.
Brought to you by:
chris_kohlhoff
|
From: Simon P. <sip...@ho...> - 2007-11-01 13:53:36
|
Hello again! This small problem seems a little odd. My game server consists of zoneservers connected by TCP to a master server, which coordinates everything. The zones are c++ with boost::asio, the master server is python with twisted. On home pc, it all works well. All servers are presently on the same PC using localhost as their address. However at work, when the zone tries to connect to the master, I get error 10061. This only occurs with my c++ app using ASIO. Other python apps can connect to the master server, and so can PuTTY. Any guesses why? Thanks Si |