Closed RagingKore closed 4 years ago
I apologize but I didn't have a dev
branch for you to merge into so I could review.
Please resubmit your pull request to the dev
branch.
I will eventually approve after reviewing and testing locally.
Sorry for the late reply.
Hi, thanks for the great lib.
This PR essentially adds the capability to automatically flush and incomplete buffer, once a certain time span has passed since the last message was buffered.
The only pluggable points were
TryPipeItems
andWaitToReadAsyncCore
.I first used
TryPipeItems
as it seemed logical, but needed to away the delay. So ended up going for theWaitToReadAsyncCore
that was alreadyasync
.Cheers,