You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| endpoint | string | | endpoint is the URL where your GO Feature Flag server is located. |
56
-
| apiTimeout | number | 0 = no timeout | (optional) timeout is the time in millisecond we wait for an answer from the server. |
57
-
| apiKey | string | | (optional) If GO Feature Flag is configured to authenticate the requests, you should provide an API Key to the provider. Please ask the administrator of the relay proxy to provide an API Key. |
58
-
| customHeaders | <string, string> | | (optional) custom headers to be sent for every HTTP request. |
59
-
| websocketRetryInitialDelay | number | 100 | (optional) initial delay in millisecond to wait before retrying to connect the websocket |
60
-
| websocketRetryDelayMultiplier | number | 2 | (optional) multiplier of websocketRetryInitialDelay after each failure _(example: 1st connection retry will be after 100ms, second after 200ms, third after 400ms ...)_ |
61
-
| websocketMaxRetries | number | 10 | (optional) maximum number of retries before considering the websocket unreachable |
| endpoint | string | | endpoint is the URL where your GO Feature Flag server is located. |
58
+
| apiTimeout | number | 0 = no timeout | (optional) timeout is the time in millisecond we wait for an answer from the server. |
59
+
| apiKey | string | | (optional) If GO Feature Flag is configured to authenticate the requests, you should provide an API Key to the provider. Please ask the administrator of the relay proxy to provide an API Key. |
60
+
| customHeaders | object | | (optional) custom headers to be sent for every HTTP request. |
61
+
| websocketRetryInitialDelay | number | 100 | (optional) initial delay in millisecond to wait before retrying to connect the websocket |
62
+
| websocketRetryDelayMultiplier | number | 2 | (optional) multiplier of websocketRetryInitialDelay after each failure _(example: 1st connection retry will be after 100ms, second after 200ms, third after 400ms ...)_ |
63
+
| websocketMaxRetries | number | 10 | (optional) maximum number of retries before considering the websocket unreachable |
62
64
63
65
### Reconnection
64
66
If the connection to the GO Feature Flag instance fails, the provider will attempt to reconnect with an exponential back-off.
0 commit comments