Hello! I've been playing with the Realtime API over the last couple days having watched the PR get shepherded through the process. I believe we've got a 'correct' setup in our project (albeit not certain hence the post).
We are using the auto-generated PAT from the run that is generated when we trigger a task, and then using useRealtimeRun.
We followed the advice about metadata which provides some really cool patterns to power progress updates.
It was working really nicely until a couple hours ago. I don't believe anything changed in the code but am not 100% certain.
We are getting 'something' back from the run, typically queued, sometimes queued and executing. But that's where the updates seem to stop now.
If I jump into the Trigger admin, I can see the run completed, and completed fairly quickly.
So it seems we aren't getting all updates as the status of the task goes from queued, to executing, to completed.
I can/will share any information that's relevant, but I suppose in the first instance my question is, would you ever expect to be able to log run data from useRealtimeRun, see logs with a Queued Status and an Executing Status, get no more logs, but be able to see the status is Completed in the Trigger admin?
I am basically trying to figure out if this is early teething issues around the Realtime API or if I need to investigate an issue elsewhere in my setup.
Thanks in advance!!