Updates in bulk rather than in real time (Subscription - Angular 17) #2248
Unanswered
adriano-tumino
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'm having issues with subscriptions for graphql.
I created the subscription in Apollo by following the instructions in the documentation however, I receive bulk updates (three updates simultaneously) rather than individual updates, and they happen considerably more slowly (every 2 seconds or so) than what the graphql interface shows (one update per second). I attempted to alter the cache management, but I got no results.
The data I'm supposed to display is updated much more quickly than this (I'd like to go up to 10Hz refresh).
Could you please assist me? Many thanks for that
app.config.ts
:entity.service.ts
:Beta Was this translation helpful? Give feedback.
All reactions