Boost::asio server/client socket, access permissions and ports issue
问题 A new error arose with my server (boost::asio based) once I implemented reconnection on my client but I am not even sure if this is the cause. The scenario is like this: I run Client.exe which can reconnect in case a server is not running. Client.exe creates several objects which connect independently to my server. So several connections to my servers are created from the same process. Because I haven't run the server yet, every object try to reconnect every 3 seconds (some of them