IntoTheNature

Results 1 issues of IntoTheNature

Thank you for the library, but you have quite a bug in EventHubListenerPartitionReceiver line:99 `var shouldSave = await mOptions.Processor.ProcessEventsAsync(events.AsEnumerable(), mState);` should become `var shouldSave = await mOptions.Processor.ProcessEventsAsync(eventsBuffer.AsEnumerable(), mState);`