python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SignalR Example in VB
I am trying to convert the following C# code to VB:
private readonly StockTicker _stockTicker;
public StockTickerHub() : this(StockTicker.Instance) { }
public StockTickerHub(StockTicker ...
brasco18
Votes: 0
Answers: 1
SignalR in Visual Basic
I am trying to setup SignalR using Visual Basic. This is very difficult because every example (literally every example) is in C#. I'm doing an okay job getting through conversions, but I am stumped ...
brasco18
Votes: 0
Answers: 2
Azure SignalR Service 403 after publishing to Azure
I've recently started experimenting with the .Net Core 6 Blazor server chat app using signalR. I was able to get the sample app to work locally. However, migrating the app to Azure SignalR service w...
BSizzle
Votes: 0
Answers: 2
Next.JS build with websocket connection
I'm trying to build a next.js application which uses signalr for to talk to webservices. However, during the build it tries to connect to the websocket which is not available at build-time and therefo...
Niek
Votes: 0
Answers: 0