> 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.