We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c893e7 commit 6b55856Copy full SHA for 6b55856
1 file changed
writers/streamingbatchwriter/streamingbatchwriter.go
@@ -425,7 +425,6 @@ func (s *streamingWorkerManager[T]) send(ctx context.Context, data T) {
425
if s.inputCh == ch { // only close if we're still the active channel
426
close(s.inputCh)
427
s.inputCh = nil
428
- s.limit.Reset()
429
}
430
}()
431
0 commit comments