\'Error: Server timeout elapsed without receiving a message from the server.\'.
I\'m trying to debug some server-side code and while I do
Thanks to @Arhire Ionut
Here is how to increase Javascript client timeout
hubConnection.serverTimeoutInMilliseconds = 100000; // 100 second
More details here => https://github.com/aspnet/Docs/issues/6885