120 questions with Azure SignalR Service tags

Sort by: Updated
1 answer

Is there any expiration of User-Group mapping membership in SignalR Serverless mode?

I'm testing adding a User to a Group in SignalR. When I add it, new messages sent to the group will be received by any active Connection from the added User. If I restart the application and establish a new Connection to SignalR, the previous…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-10-18T18:24:48.2+00:00
Gabriel Ferreira 0 Reputation points
commented 2023-10-24T00:32:25.3066667+00:00
brtrach-MSFT 15,261 Reputation points Microsoft Employee
0 answers

Azure SignalR message count shows inbound messages

I created a serverless Azure SignalR service with Azure Functions. I'm invoking a "sendToGroup" method from a client application with noone subscribed to said group for testing purposes, so I'm sending a message with no recipient for it. From…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-09-28T07:20:42.88+00:00
Ivan Ferro 20 Reputation points
commented 2023-10-16T07:45:57.74+00:00
Ivan Ferro 20 Reputation points
1 answer

How to mitigate Azure SignalR server connections dropping during production hours

We have been using Azure SignalR service for a few years now and it has been great as part of our application solution. But for the last 2 weeks or so, our logs have shown that the server-side connection has been dropped, which causes all the associated…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-10-11T22:59:32.3533333+00:00
81327804 1 Reputation point
commented 2023-10-13T00:42:12.0266667+00:00
brtrach-MSFT 15,261 Reputation points Microsoft Employee
1 answer

How to efficiently scale push notifications to 60k concurrent users

Hello Everyone, I have 50-60k online users who are using our Chrome extension. Currently, we were using a pull mechanism to update the notifications. Now we are planning to move from pull to push to reduce the load from the API Servers. We thought of…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-08-11T09:35:41.59+00:00
Saurabh Singh 0 Reputation points
answered 2023-09-09T19:26:44.52+00:00
ajkuma 22,521 Reputation points Microsoft Employee
3 answers

ASP.NET Core 7.0 Sql Dependency OnChange doesn't fire

Hey! I am trying to implement real time notifications functionality and I am using SignalR and using Microsoft.Data.SqlClient; I have a table created and appropriate SignalR Hub and controller functions. In my NotificationController, I do the…

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
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,814 questions
asked 2023-08-09T20:32:05.35+00:00
Aakash 60 Reputation points
edited the question 2023-09-05T13:48:49.4766667+00:00
Aakash 60 Reputation points
0 answers

Azure Functions with Azure SignalR returning error 500 after successful Negotiate

I have setup an Azure SignalR service (Serverless) with Azure Functions (Isolated). I have the Azure Functions service configured with a Microsoft Identity Provider. I can login with Microsoft correctly and use the token received to call the Http…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,321 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-08-16T08:54:09.3133333+00:00
Ivan Ferro 0 Reputation points
commented 2023-08-19T03:43:16.7033333+00:00
navba-MSFT 17,365 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How decrease disconnect detection time in SignalR?

Hello, i am working on .net framework and in our web app we are using SignalR connection for transmitting data and etc. We want to catch client disconnection as soon as possible using signalr hub methods (OnDisconnected or if there is any other).I read…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,415 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,288 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-08-09T11:55:54.0933333+00:00
Zuka Esakia 20 Reputation points
accepted 2023-08-10T11:04:29.8366667+00:00
Zuka Esakia 20 Reputation points
1 answer

How to fix Java client signalR connection fail?

[dependency] implementation 'com.microsoft.signalr:signalr:7.0.0' [error] Exception in thread "main" com.microsoft.signalr.HttpRequestException: Unexpected status code returned from negotiate: 404 . public static void main(String[] args) { …

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-07-12T15:30:19.4933333+00:00
Jay Lee 0 Reputation points
commented 2023-08-02T21:13:23.3366667+00:00
brtrach-MSFT 15,261 Reputation points Microsoft Employee
1 answer

Implementing PlayFab's lobby notifications using SignalR

Hi, I'm trying to implement PlayFab's lobby notifications which relies on SignalR. One of the things I have to do to start receving notifications from the SignalR service is to start the session by calling a server method (signalr-hub…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,288 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 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
asked 2022-05-23T10:22:12.71+00:00
theo 1 Reputation point
answered 2023-07-27T08:30:08.4466667+00:00
Sergo Martirosov 0 Reputation points
1 answer One of the answers was accepted by the question author.

Azure functions - SignalR output binding failure: ServiceEndpoints is empty. ConnectionString is null, empty, or consists only of white-space

I'm trying to run an Azure function using SignalR output binding in dotnet-isolated process, but I always have this error "Executed 'Functions.SendToGroup' (Failed,..) System.Private.CoreLib: Exception while executing function:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,321 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,415 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-07-17T14:25:46.6+00:00
Valeria Naldi 105 Reputation points
commented 2023-07-18T15:17:20.9366667+00:00
Valeria Naldi 105 Reputation points
2 answers

Azure Functions SignalR setup on Azure

I had the following setup; A SignalR service running locally via emulator An azure functions app running locally An AspNetCore client that invoked the above azure functions app The azure functions app connected to my locally running SignalR…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,321 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-06-13T14:11:29.4+00:00
Bubba Jones 206 Reputation points
commented 2023-06-21T08:43:55.12+00:00
Bubba Jones 206 Reputation points
1 answer One of the answers was accepted by the question author.

How do I submit a bug report for SignalR

Microsoft Engineers there is a bug when navigating away from 'Monitoring' on SignalR. A prompt says 'Your unsaved edits will be discarded.' but there is nothing to save, I am just viewing data.

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-06-11T23:34:56.2466667+00:00
Brett Styles (AD) 25 Reputation points
commented 2023-06-13T02:58:34.44+00:00
Brett Styles (AD) 25 Reputation points
1 answer

Azure SignalR service connection failed with C# Client

My Azure SignalR (serverless mode) service connection getting failed with C# (4.8 .netFramework). My console application consumes Microsoft.AspNet.SignalR.Client and it's dependencies. Console applicaton code private static…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2020-12-08T17:43:21.977+00:00
Girish Lokhande 1 Reputation point
edited the question 2023-06-08T16:33:29.29+00:00
brtrach-MSFT 15,261 Reputation points Microsoft Employee
4 answers

Can I do a swap on a Blazor Server App service without disconnecting users?

I run an App Service hosting a Blazor Server Application. The App service has a staging and production slot. When I do a swap from staging to production I would like users to remain connected and have 0 downtime. Is this possible? The application also…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,404 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,959 questions
asked 2023-05-21T03:57:28.9233333+00:00
Sean Wauchope 30 Reputation points
commented 2023-06-07T23:09:07.2433333+00:00
Sean Wauchope 30 Reputation points
1 answer

Get 404 during websocket handshake with Azure SignalR Service

I am using APIM as a reverse proxy in front of Azure SignalR service. Everything looks good. The negotiate is successful and when it goes to the wss: API to build the connection it failed sometimes due to the handshake API return a 404 on signalR side.…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-05-11T10:51:49.6433333+00:00
ZHANG Hao.h 25 Reputation points
commented 2023-06-05T19:10:13.5366667+00:00
ajkuma 22,521 Reputation points Microsoft Employee
2 answers

Negotiation call from React TypeScript client webapp to Azure SignalR service is giving CORS error in browser and 403 forbidden in Postman.

I am facing issue while trying to connect to Azure SignalR service from my React TypeScript client web app. My azure resource is in default mode. I have tried after configuring "*", "http://localhost:3000" for CORS origins on azure…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-05-15T07:11:43.2433333+00:00
Prateek Khanna 0 Reputation points
answered 2023-05-16T07:43:24.7533333+00:00
Prateek Khanna 0 Reputation points
1 answer

SignalR not working on iOS

Hello community! I'm using SignalR to send event notifications like when a player sends a friend request to another player or sends a Battle Request and everything works fine on the Unity Editor but when I make a build for iOS I get an error. This is the…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-05-03T19:12:31.55+00:00
Juan Pablo De Alba Venegas 0 Reputation points
answered 2023-05-15T18:52:25.29+00:00
Stephen Halter 0 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Azure SignalR Service with APIM

I want to apply a reverse proxy on the Azure SignalR, I read the following document(https://learn.microsoft.com/en-us/azure/azure-signalr/signalr-howto-reverse-proxy-overview) seems Azure API Management can act as reverse proxy server as well. The…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-05-08T03:50:48.9+00:00
ZHANG Hao.h 25 Reputation points
commented 2023-05-11T13:08:26.6666667+00:00
MuthuKumaranMurugaachari-MSFT 22,156 Reputation points
2 answers One of the answers was accepted by the question author.

Receiving multiple SignalRMessageAction parameters on a AspNetCore client

I have the following server side azure function which I am able to invoke from an ASP.NET client. [Function("SendToGroup")] [SignalROutput(HubName = "serverless", ConnectionStringSetting = "SignalRConnection")] …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,321 questions
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
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-04-11T12:32:11.6933333+00:00
Bubba Jones 206 Reputation points
accepted 2023-05-08T20:38:07.3733333+00:00
Bubba Jones 206 Reputation points
1 answer

Blazor Server and Azure SignalR File Download Troubleshoot

We are trying out Azure SignalR with Blazor Server (dotnet 6), we followed the tutorial from this documentation: https://learn.microsoft.com/en-us/aspnet/core/blazor/file-downloads?view=aspnetcore-7.0 Building the file functionality (using the stream…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,404 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-04-10T02:37:35.57+00:00
Raymond Lei 1 Reputation point
commented 2023-05-08T03:53:36.6866667+00:00
VenkateshDodda-MSFT 18,851 Reputation points Microsoft Employee