Crow icon indicating copy to clipboard operation
Crow copied to clipboard

added `send_binary_blocking` function

Open michl2310 opened this issue 3 years ago • 0 comments

Regarding my opened bug "connection.send_binary() out of memory #340" I created a blocking send function with a local buffer and a deadline_timer which will cancel the asio::write after 3 seconds if it got stuck.

michl2310 avatar Feb 24 '22 07:02 michl2310