
12 Sep
2008
12 Sep
'08
8:31 a.m.
For a single server that worked fine. For the second server i postponed calling io_service.run() until both async_accept operations were executed. Both Instances use the same io_service.
You have to run io_service, in order to get async. operations processed. Can you please post a code snippet to make the things more clear?