stream-chat-flutter
stream-chat-flutter copied to clipboard
channel.membershipStream not collect new data in realtime
Which packages are you using?
stream_chat_flutter
On what platforms did you experience the issue?
iOS, Android
What version are you using?
6.11.0
What happened?
ExtraDataStream not collect new data
Steps to reproduce
1. I added custom is join_at: 2023-10-04 for membership in channel.
2. Then update join_at to 2023-10-08.
But In channel.membershipStream the event that keeps the old (data is join_at: 2023-10-04)
How can I fix it?
Supporting info to reproduce
No response
Relevant log output
No response
Flutter analyze output
No response
Flutter doctor output
[✓] Flutter (Channel stable, 3.16.0, on macOS 14.1.1 23B81 darwin-arm64, locale en-VN)
• Flutter version 3.16.0 on channel stable at /Users/tuyen/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision db7ef5bf9f (4 days ago), 2023-11-15 11:25:44 -0800
• Engine revision 74d16627b9
• Dart version 3.2.0
• DevTools version 2.28.2
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at /Users/tuyen/Library/Android/sdk
• Platform android-34, build-tools 34.0.0
• ANDROID_HOME = /Users/tuyen/Library/Android/sdk
• Java binary at: /Applications/Android
Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.0.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 15A507
• CocoaPods version 1.13.0
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2022.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• android-studio-dir = /Applications/Android Studio.app
• Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
[✓] Android Studio (version 2022.3)
• Android Studio at
/Users/tuyen/Library/Caches/JetBrains/Toolbox/backup/AndroidStudio-223.8836.35.2231
.10811636-18133638418168889510/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
[✓] VS Code (version 1.84.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.76.0
[✓] Connected device (4 available)
• sdk gphone arm64 (mobile) • emulator-5554 • android-arm64
• Android 11 (API 30) (emulator)
• iPhone 15 Pro Max (mobile) • 9E75A2EC-C73B-4854-B76F-DE240BDB2B8A • ios
• com.apple.CoreSimulator.SimRuntime.iOS-17-0 (simulator)
• macOS (desktop) • macos • darwin-arm64
• macOS 14.1.1 23B81 darwin-arm64
• Chrome (web) • chrome • web-javascript
• Google Chrome 119.0.6045.159
[✓] Network resources
• All expected network resources are available.
• No issues found!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Hi @quangtuyen1993 ,
Thank you for opening this issue with us, can you please provide the code snippet you perform the join_at update? I mean it is not clear to me how you do it.
@quangtuyen1993 I'm closing this issue for now since we've not received a response from your end. Please feel free to reopen this issue if you are facing this issue with the latest versions as well.
Thanks.