featurehub-io / featurehub-javascript-sdk

Official FeatureHub Javascript, Typescript, React, SolidJS, Node SDKs
MIT License
6 stars 4 forks source link

[internal/out-of-order-delete] Fixup where you can get out of order deletes #180

Closed rvowles closed 12 months ago

rvowles commented 12 months ago

Description

There is a situation where you can get out of order deletes in Google Pub/Sub under test, where a feature is created, retired and then unretired. This resolves that issue.