$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] async_send handler problem
From: Igor R (boost.lists_at_[hidden])
Date: 2013-12-14 01:14:51
> I am new to boost and asio in particular. For now I am implementing a
simple UDP sender.
>
> The sending process itself works fine but for some reason the send
handler does not execute.
Most likely, io_service::run() isn't running.