aspnet / AzureSignalR-samples

Code samples for Azure SignalR
MIT License
325 stars 388 forks source link

Update README.md #259

Closed DivanVanZyl closed 6 months ago

DivanVanZyl commented 6 months ago

The "AddAzureSignalR()" statement is incorrectly included here. If included, you will get an error: "Microsoft.Azure.SignalR.Common.AzureSignalRConfigurationNoEndpointException: 'No connection string was specified.'"

The AddAzureSignalR() statement should only be added in the next part of the tutorial, when the project is deployed to Azure, and the appropriate package added: Microsoft.Azure.SignalR

chenkennt commented 6 months ago

Thanks for fixing this!