-
OS: Ubuntu 20.04
Node: 14.18.1
Logs:
```
> example-signalr@1.0.0 prestart /home/vbox/graphql-azure-subscriptions/example/signalr
> npm run build
> example-signalr@1.0.0 build /home/vbox/grap…
-
I have a function app targetting .net standard 2.0 (using Microsoft.NET.Sdk.Functions 1.0.13).
In the function I want to use a signalr client to send a message to an external signalr hub. I use in …
-
It's working well when the signalr service deploy on the azure. Thanks.
But I also want to debug the signalr serivce on local computer with IIS Express, using code:
connection = signalr.hubConnecti…
-
### Describe the bug
We are using Azure SignalR to connect to a web service we are running. This system is running for several years now without any issues. Recently we have begun to see 1006 disconn…
wzoet updated
2 months ago
-
When i tried to install Microsoft.Azure.SignalR.AspNet in 4.6.1 in Asp.net Mvc project , it throws an error as attached in the screenshot and also could you suggest how to access from the client side …
-
### Describe the bug
We are using hosted SignalR on Azure. We recently encountered an issue which I double verified today that when we upgrade the dependency SignalR has - System.IdentityModel.Toke…
-
Hello,
We are running a WebApp service that is using Azure.SignalR (Microsoft.Azure.SignalR 1.0.0)
On some VM instances the memory is steadily growing and we pinpointed it to ServiceConnection ins…
-
I have tried to complete the MSlearn lesson "Build mixed reality digital Twins with Azure Digital Twins and Unity".
I have tried several times as instructed to make the modules through. Each time the…
-
### Describe the bug
Getting the below exception when sending message to client using Groups.
How do I avoid this or gracefully handle this?
Like below
```
public static void Notify(long Id,…
-
Hi, Genius,
I wanted to know is if Azure SignalR (Default mode) can work with two web servers in a HA mode with following conditions:
**Two web servers are running independent of one another wit…