We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dd674 commit 3d2c2bfCopy full SHA for 3d2c2bf
1 file changed
observable_operator.go
@@ -657,7 +657,6 @@ func (op *countOperator) next(_ context.Context, _ Item, _ chan<- Item, _ operat
657
}
658
659
func (op *countOperator) err(_ context.Context, _ Item, _ chan<- Item, operatorOptions operatorOptions) {
660
- op.count++
661
operatorOptions.stop()
662
663
0 commit comments