Skip to content

Commit 4e4303e

Browse files
neekolasgithub-actions[bot]jhaaaa
authored
Update XMTP-JS SDK documentation for release @xmtp/[email protected] (#474)
Automated update based on changes in xmtp-js @xmtp/[email protected] Changes analyzed: - Browser SDK and Node SDK API modifications - Content types updates and new features - Code sample accuracy and syntax validation - Version compatibility and installation instructions - Breaking changes documentation - TypeScript type definitions and examples Generated by Claude Code Actions Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: J-Ha <[email protected]>
1 parent ad3bf8a commit 4e4303e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/pages/chat-apps/list-stream-sync/stream.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ for await message in try await alix.conversations.streamAllMessages(type: /* OPT
196196
:::warning
197197
**Browser and Node SDK**
198198

199-
Streams will automatically attempt to reconnect if they fail. By default, a stream will attempt to reconnect up to 6 times with a 10 second delay between each retry. To change these defaults, use the `retryAttempts` and `retryDelay` options. To disable this feature, set the `retryOnFail` option to `false`. During the retry process, the `onRetry` and `onRestart` callbacks can be used to monitor progress.
199+
Streams will automatically attempt to reconnect if they fail. By default, a stream will attempt to reconnect up to 10 times with a 60 second delay between each retry. To change these defaults, use the `retryAttempts` and `retryDelay` options. To disable this feature, set the `retryOnFail` option to `false`. During the retry process, the `onRetry` and `onRestart` callbacks can be used to monitor progress.
200200
:::
201201

202202
:::code-group

llms/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,7 @@ for await message in try await alix.conversations.streamAllMessages(type: /* OPT
22192219
:::warning
22202220
**Browser and Node SDK**
22212221

2222-
Streams will automatically attempt to reconnect if they fail. By default, a stream will attempt to reconnect up to 6 times with a 10 second delay between each retry. To change these defaults, use the `retryAttempts` and `retryDelay` options. To disable this feature, set the `retryOnFail` option to `false`. During the retry process, the `onRetry` and `onRestart` callbacks can be used to monitor progress.
2222+
Streams will automatically attempt to reconnect if they fail. By default, a stream will attempt to reconnect up to 10 times with a 60 second delay between each retry. To change these defaults, use the `retryAttempts` and `retryDelay` options. To disable this feature, set the `retryOnFail` option to `false`. During the retry process, the `onRetry` and `onRestart` callbacks can be used to monitor progress.
22232223
:::
22242224

22252225
:::code-group

0 commit comments

Comments
 (0)