We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016d5bc commit 597e05fCopy full SHA for 597e05f
README.md
@@ -361,7 +361,7 @@ You can force a transport per stream:
361
```ts
362
// Override the automatic transport detection to force the fetch transport.
363
const stream = basin.stream(streamName, {
364
- forceTransport: "s2s",
+ forceTransport: "fetch",
365
});
366
```
367
<!-- snippet:end force-transport -->
0 commit comments