- Removed SendUtils.PrepareRequst and instead used HttpClient.DefaultRequstHeaders to set the common headers to apply HttpOptions to all outbound requests - Modified how we check for the user agent request testing
- IConnection is now single-use and HubConnection creates a new instance for reconnecting - IConnection is just a Pipe now, no more events