Any limitation in frequency to service the picoquic_callback_prepare_to_send? #2033
Replies: 1 comment 2 replies
|
You should only mark The particular from that you are using, |
|
You should only mark The particular from that you are using, |
Uh oh!
There was an error while loading. Please reload this page.
I encountered the phenomenon of pushing the other callbacks into virtual no dynamic existence, if I directly service this callback with a continuation (void)picoquic_provide_stream_data_buffer(context, 0, 0, 1);
Doing so seems to prevent triggering of other callbacks.
Is there a recommendation about waiting/not/waiting in this callback in order to have ressources left for the other threads?
All reactions