Local Debugging
Debug with azure services
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