We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4016f commit 9ea203bCopy full SHA for 9ea203b
.changeset/rude-walls-help.md
@@ -1,5 +1,9 @@
1
---
2
"@trigger.dev/sdk": patch
3
+"@trigger.dev/react-hooks": patch
4
5
-Fix realtime streaming splits in v2
6
+- Fixes an issue in streams where "chunks" could get split across multiple reads
7
+- Fixed stopping the run subscription after a run is finished, when using useRealtimeRun or useRealtimeRunWithStreams
8
+- Added an `onComplete` callback to `useRealtimeRun` and `useRealtimeRunWithStreams`
9
+- Optimized the run subscription to reduce unnecessary updates
0 commit comments