Unleash / unleash-proxy

Unleash Proxy is used to safely integrate frontend application with Unleash in a secure and scaleable way.
https://docs.getunleash.io/sdks/unleash-proxy
Apache License 2.0
53 stars 43 forks source link

Use forceGetVariants methods when resolving a variant #60

Closed sighphyre closed 2 years ago

sighphyre commented 2 years ago

Call forceGetVariants over getVariants in proxy to avoid double resolution of random rollout, this is dependant on https://github.com/Unleash/unleash-client-node/pull/307