vargss

Results 2 comments of vargss

Hi. I followed advice to use interrupt method in to break long handlers in pieces. I started with echo_server example. What I modified is listed below: ``` void on_message(server* s,...

Thank you for your response! With your example I get first message ("some data") after 10 seconds, then after 10 seconds I get three messages from on_interrupt() and then each...