Local Debugging

Debug with azure services

You have to be logged to tomasz.gawron@microsoft.wsei.edu.pl azure account.

Chess-api uses Azure SignalR service. You will not be able to debug locally hubs created in this service.

Debug without azure services

For purpose of local hubs debugging, in Startup.cs file comment "AddAzureSignalR()" function call as shown in the picture bellow.

Last updated