Multiple calls to Pub/Sub Policy.open() can "interact" #4488
Labels
api: pubsub
Issues related to the Pub/Sub API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
E.g. if you call
Policy.open()
a second time then it will overwrite the callback attached to thePolicy
.ISTM that we should "tombstone" a
Policy
so that it can't beopen()
-ed more than once.The text was updated successfully, but these errors were encountered: