Skip to content
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

channel.membershipStream not collect new data in realtime #1783

Open
1 task done
quangtuyen1993 opened this issue Nov 23, 2023 · 1 comment
Open
1 task done

channel.membershipStream not collect new data in realtime #1783

quangtuyen1993 opened this issue Nov 23, 2023 · 1 comment
Labels

Comments

@quangtuyen1993
Copy link

quangtuyen1993 commented Nov 23, 2023

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

  • I agree to follow this project's Code of Conduct
@quangtuyen1993 quangtuyen1993 added the bug Something isn't working label Nov 23, 2023
@quangtuyen1993 quangtuyen1993 changed the title ExtraDataStream not collect new data in realtime channel.membershipStream not collect new data in realtime Nov 23, 2023
@esarbanis
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants