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 557b48a commit 1626195Copy full SHA for 1626195
references/realtime-streams/src/trigger/streams.ts
@@ -308,7 +308,7 @@ export const streamsTesterTask = task({
308
.triggerAndWait(
309
{ streamsVersion: "v1" },
310
{},
311
- { clientConfig: { future: { v2RealtimeStreams: true } } }
+ { clientConfig: { future: { v2RealtimeStreams: false } } }
312
)
313
.unwrap();
314
@@ -318,7 +318,7 @@ export const streamsTesterTask = task({
318
319
{ streamsVersion: "v2" },
320
321
- { clientConfig: { future: { v2RealtimeStreams: false } } }
+ { clientConfig: { future: { v2RealtimeStreams: true } } }
322
323
324
0 commit comments