We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5bdf5 commit 88c453cCopy full SHA for 88c453c
Windows/samples/GraphNotificationsSample/ConnectedDevicesManager.cs
@@ -253,6 +253,9 @@ public async Task ReceiveNotificationAsync(string content)
253
if (notification != null)
254
{
255
await m_platform.ProcessNotificationAsync(notification);
256
+
257
+ // Wait for 15 seconds for platform to process to notification
258
+ await Task.Delay(TimeSpan.FromSeconds(15));
259
}
260
261
0 commit comments