googleapis / google-cloud-dotnet

Google Cloud Client Libraries for .NET
https://cloud.google.com/dotnet/docs/reference/
Apache License 2.0
942 stars 367 forks source link

fix: Do not throw if a subscriber is disposed before being started #13651

Closed amanda-tarafa closed 1 month ago

amanda-tarafa commented 1 month ago

We preserve the stop behaviour: stop does throw if it's called before start.

Fixes #13647

amanda-tarafa commented 1 month ago

(I'm running all tests locally)

amanda-tarafa commented 1 month ago

(All tests, icluding integration, are green on local)