Subject: Re: [Boost-users] [asio] async write handler is not called until the socket is not closed
From: Roman Shmelev (rshmelev_at_[hidden])
Date: 2009-05-02 05:24:19


It works now! Igor, you are the best! :)

Conclusion:
the program flow must be:

async_write - do smth - write handler called - async write - do smth - ...