This message was deleted.
# ask-questions
w
This message was deleted.
h
It's best to think of SSE updates as "nice to have" instead of relying on their delivery. There is no retry/integrity checking in place, it's a blind multi-client broadcast. If you require updating on an interval with proper retry/error handling, you'd probably need to build in your own refetch logic at the SDK implementation level (although be careful, this can greatly increase your API traffic...)
a
Do you plan to introduce any "retry" mechanism at some point?
h
Are you on Cloud or self-hosted? On cloud, we don't have any specific plans around this because it's less efficient from a network traffic standpoint (forces a bit of per-user statefulness around what would otherwise be a 1-way fanned out broadcast). For self hosted streaming connections through the GB Proxy, we could consider adding some form of this to the roadmap.
a
we are in the Cloud at the moment
145 Views