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

[BUG] [MGT-CHAT] Chat can miss messages before subscription connects #3137

Open
plasne opened this issue Mar 8, 2024 · 0 comments
Open

[BUG] [MGT-CHAT] Chat can miss messages before subscription connects #3137

plasne opened this issue Mar 8, 2024 · 0 comments
Labels
bug Something isn't working Components: mgt-chat Mgt chat related issues Needs: Triage 🔍

Comments

@plasne
Copy link

plasne commented Mar 8, 2024

Describe the bug
There are several seconds after opening a Chat that you will not receive incoming messages. This is particularly relevant when considering ChatList where you can switch between Chats and expect to see all messages.

ChatList addresses this by loading the messages AFTER the subscription and websocket connection is obtained.

To Reproduce
Steps to reproduce the behavior:

  1. Open a Chat.
  2. See all messages load in.
  3. Send a message in Teams.
  4. Observe you don't get the message.
  5. Wait 30 seconds.
  6. Send another message.
  7. See that it is received.

Expected behavior
All messages sent should be received.

Screenshots
Here are messages in Teams...
image

Notice that "receiving" was never received by the client...
image

Environment (please complete the following information):

  • OS: macOS Monterey 12.7.3
  • Browser: Edge
  • Framework: React
  • Context: Web
  • Version: MGT v4
  • Provider: Msal2Provider

Additional context
I am a MSFT FTE and can be reached on Teams at pelasne.

@plasne plasne added bug Something isn't working Needs: Triage 🔍 labels Mar 8, 2024
@musale musale added the Components: mgt-chat Mgt chat related issues label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Components: mgt-chat Mgt chat related issues Needs: Triage 🔍
Projects
Status: Needs Triage 🔍
Development

No branches or pull requests

2 participants