Closed ariel262626 closed 4 years ago
Hi, If i set eventListener to eventSource (EventSourcePolyfill object) and the call is failed (server is down, ...) the API call retries unlimited times to make the call.
Thanks.
@ariel262626 , the native implementation tells, that "retry: \n" can be used in the event stream, just set it to some big number
Thanks, where can i find that configuration setting?
@ariel262626 , https://javascript.info/server-sent-events#reconnection
Hi, If i set eventListener to eventSource (EventSourcePolyfill object) and the call is failed (server is down, ...) the API call retries unlimited times to make the call.
Thanks.