Questions tagged [azure-signalr]

Questions about the Microsoft Azure SignalR Service

Azure SignalR Service simplifies the process of adding real-time web functionality to applications over HTTP. This real-time functionality allows the service to push content updates to connected clients, such as a single page web or mobile application. As a result, clients are updated without the need to poll the server, or submit new HTTP requests for updates.

246 questions
0
votes
1 answer

Installing Microsoft.Azure.SignalR.AspNet causes method not implemented runtime error when deployed to a server but runs fine on Visual Studio 2017

Error: Method 'MyController' in type 'MyProject.AppStart.Selector' from assembly 'MyProject, Version=1.0.0.0, Culture=neutral, PublicKeyToken=......' does not have an implementation. Background: I have an ASP.NET project with target framework…
tehmas
  • 164
  • 1
  • 8
0
votes
0 answers

SignalR Groups and Users within Groups limitations

I'm building a solution with Azure SignalR Service that needs to scale to millions of Groups with tens of thousands of Users within a group. Are there any limitation on the number of Groups or Users within a Group?
David Torres
  • 165
  • 9
0
votes
1 answer

Azure SignalR serverless arm template

Is it possible to set the SignalR mode ( Default || Serverless || Classic ) inside a arm template? Snapshot from my currently used arm template: "resources": [ { "comments": "SignalR serverless arm ressource", "type":…
Martin Godzina
  • 1,470
  • 11
  • 17
0
votes
2 answers

Error: Server returned an error on close: No app server is currently connected to the Azure service '@aspnet/signalr

I have an MXChip which sends data to an Azure IoT Hub, from there I am using an Azure Function with Azure SignalR binding to post the device data to Azure Signal R. And I have an Angular client which will get the connection information by calling…
Sibeesh Venu
  • 18,755
  • 12
  • 103
  • 140
0
votes
2 answers

How to send Azure SignalR messages to clients on all instances of a multi-instance Azure Application

We are evaluating how to send messages to connected clients via SignalR. Our application is published in Azure, and has multiple instances. We are able to successfully pass messages to clients connected to the same instance, but not other…
Aaron
  • 1,313
  • 16
  • 26
-1
votes
1 answer

How to develop Azure Functions app offline using Microsoft SignalR?

I have an application using Azure Functions and would like to add Azure SignalR. During development, myself and the other developers would like to avoid our local (potentially modified) applications talking to each other through SignalR. Does any…
KingofGamesYami
  • 345
  • 3
  • 12
1 2 3
16
17