Issues with getting new notifications from my Microsoft Graph Subscription

API 21 Reputation points
2021-05-27T16:39:03.517+00:00

I have an issue with my Microsoft Graph Subscription i have been doing this next tutorial https://learn.microsoft.com/en-us/graph/webhooks, instead of users notification i do it for my email notifications. Once i get multiple notification my console stops working.
If i run my program again it works fine(if i'm just getting one notification) but once i get two or three at the same time, the program stops. Is this normal?

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,208 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,716 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,309 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-06-02T18:28:21.02+00:00

    Yes, it's!! In case if you face any issues you report the issue here or at the Github samples repo as well.

    0 comments No comments

  2. API 21 Reputation points
    2021-06-04T17:52:38.313+00:00

    Hi @Deva-MSFT i have a question, for example if i receive 2 emails at the same time i get 2 notifications but inside these notifications(the content), it has the two emails, Is that normal?, i was hoping that in one notification i will get in the content 1 email and in the other notification the other email, hope you could help me

    0 comments No comments