Does anyone know if it is possible to set an rpc q...
# help
e
Does anyone know if it is possible to set an rpc query up for subscription, so that the results of the query are automatically refreshed on the page?
n
Hello @elliott! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
g
If you mean realtime, no. You would have to subscribe to all events that can change it then call it on those. You could also have trigger events call it and update a "status" table which you monitor with realtime (unless of course your rpc result is simple enough to just insert/update into a table).
n
elliottetzkorn (2022-03-16)