Boost ASIO async_read is not reading data from the client
问题 I have a server/client application which works for a write from client to a read at server. Inside the startHandlig function in the server code, if I comment async_connect_1 and the return after it, then it works fine which involves sync write function. I added async_connect_1 function inside Service() class to asynchronously read from the socket. This function is called when a client connects to the server and this function returns immediately. I expect the callback function corresponding to