Subject: Re: [Boost-users] boost asio - async_read and deadline_timer don't call their handler functions
From: Igor R (boost.lists_at_[hidden])
Date: 2009-11-25 11:14:09


>  Sleep(30000); //30 seconds

Change the above line to:

io.run();