-
Notifications
You must be signed in to change notification settings - Fork 8
document reliable channels #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| It is up to you how to generate an id. Every participant **must** have a different id. | ||
|
|
||
| ```js | ||
| const senderId = generateRandomStringId(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am wondering if uuid would be enough here
| const senderId = generateRandomStringId(); | |
| const senderId = uuid(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to leave it up to the dev here because it is best if they persist it locally.
| ## Import Waku SDK | ||
|
|
||
| ```shell | ||
| npm install @waku/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's ok to mention @waku/[email protected] as we will have it released in a week or two
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| npm install @waku/sdk@0.0.35-4d5c152.0 | |
| npm install @waku/sdk@0.0.35 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will wait for the release to update doc.
weboko
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, let's wait with this PR till logos-messaging/js-waku#2576 is merged
8a79765 to
58fbf05
Compare
No description provided.