* 8.0 update SignalR config: withServerTimeout
* Clarified Keep-Alive interval is withKeepAliveInterval.
* Added details to withKeepAliveIntervalInMilliseconds for JavaScript.
* Improved order of info on withKeepAliveInterval
* Apply suggestions from code review
Commit review changes made by tdykstra
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
* Changes per review feedback, BrennanConroy and Tdykstra.
* Replaced hubconnection object with HubConnectionBuilder per feedback BrennanConroy
* Corrected HandshakeTimeout to created on HubConnection object per review feedback
---------
Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>