-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add unleash server provider #1230
base: main
Are you sure you want to change the base?
feat: add unleash server provider #1230
Conversation
Signed-off-by: Albert Ilagan <[email protected]>
e05d173
to
2aa298c
Compare
Signed-off-by: Albert Ilagan <[email protected]>
f12ba2f
to
ce784b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @albertilagan, thanks for the PR. I had some questions but mainly on the readme. The provider itself looks good.
Signed-off-by: Albert Ilagan <[email protected]>
Signed-off-by: Albert Ilagan <[email protected]>
private _config?: UnleashConfig; | ||
|
||
// client is the Unleash client reference | ||
private _client?: Unleash; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may be confused but I'm not sure where this is actually being assigned, initialize
seems to return a void promise.
Perhaps that explains the test failures?
This PR
Related issues
How to test