j
k
j a
j l
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.
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.
Attachments:
Back to the thread
Back to the list