fluent-logger-golang icon indicating copy to clipboard operation
fluent-logger-golang copied to clipboard

Add WithContext methods to the Fluent struct including handling of context deadlines

Open arnogeurts opened this issue 5 years ago • 2 comments

Fixes #85

This pull requests adds PostWithContext, PostWithTimeAndContext, EncodeAndPostDataWithContext, EncodeDataWithContext to the Fluent struct. The context deadlines and cancellations are handled at different levels in the code to make sure no unnecessary work is done.

arnogeurts avatar Sep 14 '20 12:09 arnogeurts

Ah, I need time to review this change. I'll take time for this later, but please ping me if there will be no further comments in weeks.

tagomoris avatar Sep 15 '20 12:09 tagomoris

Sorry, I couldn't take the time for further review. Let me try in this week or the next week...

tagomoris avatar Oct 13 '20 14:10 tagomoris