Tags: nisainan/sse
Tags
Fix bug, select ctx.Done() int the functions SubscribeWithContext() o… …peration() will cause goroutine leak, backoff.RetryNotify() and c.readLoop() will never ever return. (r3labs#140)
fix inital buffer size (r3labs#129) Correctly handle maxBufferSize for scanner buffer
fix context handling SubscribeWithContext (r3labs#128) Fix bug where functions that call `SubscribeWithContext()` can end up in an endless loop waiting for input from `errorChan` or `eventChan` while context is done.
fix empty data line (r3labs#124) Co-authored-by: Mariusz Gadarowski <[email protected]>
PreviousNext