-
Notifications
You must be signed in to change notification settings - Fork 128
Description
Describe the bug
I create my hub and install subcription for browser.
After
I use this commands for sending
var browserNotification = new BrowserNotification(sampleNotificationContent);
var directSendOutcome = await _hub.SendNotificationAsync(browserNotification,"ankyr");
Response
{StatusCode: 201, ReasonPhrase: 'Created', Version: 1.1, Content: System.Net.Http.HttpConnectionResponseContent, Headers: { Date: Wed, 04 Sep 2024 08:47:09 GMT Server: Kestrel Strict-Transport-Security: max-age=2592000 TrackingId: 4aa94515-5ac0-4859-a5e1-d8a3b79875fa x-ms-correlation-request-id: f7e966d3-b689-4c75-930a-44b14d528c7a X-Powered-By: Azure Notification Hubs Content-Length: 0 }} | System.Net.Http.HttpResponseMessage
Also tried to send notification via Portal
Response the same