Skip to content

Conversation

@JoshLove-msft
Copy link
Member

@JoshLove-msft JoshLove-msft commented Aug 17, 2020

Previously, calling StopProcessingAsync simultaneously on multiple threads could result in a null ref exception. Now we avoid this, and explicitly throw an InvalidOperationException if StopProcessingAsync is called on an already stopped processor. This is consistent with how we handle calling StartProcessingAsync on an already started processor.

@JoshLove-msft JoshLove-msft merged commit f9b7fcc into Azure:master Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants