I was wondering what realtime connections limit means.
I am using realtime in my frontend to fetch the status of a task. Let's say a run takes 2 minutes to complete.
Is realtime connection only active if it's visible in the frontend?
Realtime allows you to send the live status and data from your runs to your frontend. This is the number of simultaneous Realtime connections that can be made.