mozquic icon indicating copy to clipboard operation
mozquic copied to clipboard

NEW_STREAM_DATA is only edge triggered

Open mcmanus opened this issue 7 years ago • 1 comments

Some kind of level triggered mode would help callers do the right thing.

mcmanus avatar Sep 08 '17 14:09 mcmanus

the library now provides more stream events if you do a recv() while handling the previous one (and there is more data buffered). this can help.

mcmanus avatar Sep 18 '17 21:09 mcmanus