Skip to content

Commit a9877b8

Browse files
committed
feat(client): add parallel execution control for receiver callbacks
Signed-off-by: flc1125 <[email protected]>
1 parent f4a396f commit a9877b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/client/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func WithParallelGoroutines(num int) Option {
135135
}
136136
}
137137

138-
// WithAckMalformedEvents causes malformed events received within StartReceiver to be acknowledged
138+
// WithAckMalformedevents causes malformed events received within StartReceiver to be acknowledged
139139
// rather than being permanently not-acknowledged. This can be useful when a protocol does not
140140
// provide a responder implementation and would otherwise cause the receiver to be partially or
141141
// fully stuck.

0 commit comments

Comments
 (0)