Commit Graph

1 Commits (525450cac52374bb361d61d35f065d29ec3e7ed8)

Author SHA1 Message Date
Wade Pickett 0048964d07
8.0 update SignalR config: withServerTimeout, withKeepAliveInterval (#29761)
* 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>
2023-07-14 12:01:12 -07:00