131 questions with Azure SignalR Service tags

Sort by: Updated
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.
131 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,786 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,396 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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,573 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,567 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,572 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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,567 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2023-06-13T14:11:29.4+00:00
Bubba Jones 211 Reputation points
commented 2023-06-21T08:43:55.12+00:00
Bubba Jones 211 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.
131 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.
131 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,786 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,477 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,269 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,908 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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 24,396 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.
131 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.
131 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://video2.skills-academy.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,908 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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,261 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,567 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,344 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2023-04-11T12:32:11.6933333+00:00
Bubba Jones 211 Reputation points
accepted 2023-05-08T20:38:07.3733333+00:00
Bubba Jones 211 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://video2.skills-academy.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,477 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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 19,631 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Blazor server maximum concurrent users without separate signalR service

Hi, I am hosting my Blazor server application on azure using WebApp Basic (B1) 1.75GB ram, 1vcpu. I dont have a separate SignalR service. How many concurrent users around the world can use this application? I need a rough estimate (10,100,1000)? I dont…

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,477 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2023-04-21T08:50:09.92+00:00
rokolab 40 Reputation points
accepted 2023-04-24T11:14:08.1766667+00:00
rokolab 40 Reputation points
1 answer

How to get detailed log information from SignalR.SelfHost?

Hi everybody, Our SignalR.Selfhost crashes in a certain situation with a very unspecific System.Net.WebSockets.WebSocketException (System.Net.WebSockets.WebSocketException (0x80004005): Ein interner WebSocket-Fehler ist aufgetreten. Weitere…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2023-04-21T11:38:12.7033333+00:00
Joachim Schei 0 Reputation points
edited the question 2023-04-24T01:15:22.8133333+00:00
Lan Huang-MSFT 28,821 Reputation points Microsoft Vendor
0 answers

how to lazy instantiate the connection to the Azure SignalR service using a middleware or similar?

according to the AzureSignalR service docs the way to configure is to do something like below: the thing is that i need to connect to external service to retrieve the connection string and do additional logic before connecting to Azure SignalR service.…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2023-03-06T11:21:07.27+00:00
BAR Eran 0 Reputation points
edited a comment 2023-04-17T06:23:31.0233333+00:00
BAR Eran 0 Reputation points
1 answer

How to resolve SignalR connect time-out

I am using the Azure Digital Twins Plugin for Unreal Engine and have a SignalR resource I want to use to broadcast updates from my ADT instance to the twin. I have a broadcast and negotiate functions published to my funcatin app. The utility widget is…

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
224 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2023-04-09T07:24:39.52+00:00
Asare, Kofi Asabere Bediako 20 Reputation points
edited the question 2023-04-13T17:51:53.84+00:00
MuthuKumaranMurugaachari-MSFT 22,261 Reputation points
4 answers One of the answers was accepted by the question author.

Invoking azure functions server SignalR group functions from ASP.NET Core Client

I am trying to invoke azure functions server SignalR group functions from an ASP.NET Core client. The server side code that I am trying to invoke via an ASP.NET Core client can be found in this article. I have not found a single reference of a C#…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,567 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,344 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2023-02-22T11:00:39.4466667+00:00
Bubba Jones 211 Reputation points
commented 2023-04-11T09:18:21.7+00:00
Bubba Jones 211 Reputation points
1 answer One of the answers was accepted by the question author.

Best configuration to host an SSE listener in Azure to listen for external messages?

I am looking to build and SSE listener to listen for messages from an external vendor's system. I would like to host this process in an Azure resource. What would be the best way to set that up? Is there an Azure resource that does this function…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,908 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,567 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
343 questions
asked 2023-04-03T15:02:30.54+00:00
Jeff Humphry 20 Reputation points
edited the question 2023-04-05T14:10:58.74+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
1 answer

Azure SignalR Service: No active connection for user

In the live trace tool on the Azure portal, I consistently get the message that the ‘user message was not received because there’s no active connection for user XXX’. I'm using a custom IUserIdProvider in my ASP.NET Core app. When I use the default,…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,344 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2023-04-03T10:47:42.3133333+00:00
Hendrik Bulens 6 Reputation points
answered 2023-04-05T09:44:54.8866667+00:00
Hendrik Bulens 6 Reputation points