Hey guys, is there any ping or heartbeat method on...
# help
b
Hey guys, is there any ping or heartbeat method on the JS client? I would like to ping the supabase server every x seconds and show a screen to the user if he does not have internet or dns problems
n
Hello @Bicijay! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! 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.
m
Hi @Bicijay, I think you are looking for the realtime capabilities: Check this blog post: https://dev.to/ftonato/realtime-subscriptions-using-vue-supabase-1e11 This repo can also give you an idea: https://github.com/shwosner/realtime-chat-supabase-react
n
Bicijay (2022-05-31)
g
This thread in a discussion talks about using a realtime connection as status AND using polled head request to postgrest as a health check.https://github.com/supabase/supabase/discussions/357#discussioncomment-2516469