-
Notifications
You must be signed in to change notification settings - Fork 21
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
Stream All Group Messages #280
Conversation
await boGroup.send({ text: `Message ${i}` }) | ||
await delayToPropogate() | ||
} | ||
if (allMessages.length <= 10) { |
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.
This test was failing for me here. Think it's supposed to be greater than, to verify that cancellation worked?
Hmm. Actually it's only failing for me on Android. Digging in a bit more now, might just need a delay for a slow emulator.
Co-authored-by: Cameron Voell <[email protected]>
🎉 This PR is included in version 1.28.0-beta.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.30.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.31.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Adds the ability to stream all group messages and to stream all messages including groups.