-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Describe the bug
I followed this document https://learn.microsoft.com/en-us/graph/teams-changenotifications-chatmessage#subscribe-to-changes-at-the-user-level
and created a subscription with '/users/{user-id}/chats/getAllMessages' as resource. The subscription is created successfully and and can see it with a running status and a valid expiration date. However, i cannot recieve notification when new chat message arrives. I can recieve one message once in a while (several hours) but most of the notification did not send to me.
Expected behavior
I can receive all message notifications that are send to a user.
How to reproduce
I followed this document https://learn.microsoft.com/en-us/graph/teams-changenotifications-chatmessage#subscribe-to-changes-at-the-user-level
and created a subscription with '/users/{user-id}/chats/getAllMessages' as resource. The subscription is created successfully and and can see it with a running status and a valid expiration date. However, i cannot recieve notification when new chat message arrives. I can recieve one message once in a while (several hours) but most of the notification did not send to me.
SDK Version
4.54.0
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_