size_t len = socket.receive_from(boost::asio::buffer(recv_buf), sender_endpoint);
it seem that wait indefinitely for a response.
Using this server:
By the way, the Daytime.1 (asynchronous TCP datytime client) example and Timer1 to 5 examples works fine for me.
Any suggestion would be appreciated.
Thanks
A.J.Millan