Replies: 3 comments
-
Hi @fdauria, are you using GET polling client or SSE to get feature updates? |
Beta Was this translation helpful? Give feedback.
0 replies
-
i'm using SSE |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @fdauria - the SSE client is only able to support a single ApiKey per Edge client. The polling one is able to support multiple of them. It is entirely feasible to have just one repository and multiple SSE connections back to the server if you wish, would you like pseudo-code on how to do this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to have multiple api_key in one implementation with node sdk?
I used the method apiKey('API_KEY') when i was creating the config, but didnt work. Later when created the context I tried to call these another flags but didnt work.
Beta Was this translation helpful? Give feedback.
All reactions