Atvaark

Results 1 issues of Atvaark

I was wondering why the dispose logic for the #NET45 DefaultHttpClient Get and Post methods are implemented differently in 2.4.0. See: #4092 @anurse ## Get https://github.com/SignalR/SignalR/blob/239cbd31d93cf6126986aedc4ee300298f38c880/src/Microsoft.AspNet.SignalR.Client/Http/DefaultHttpClient.cs#L90-L95 ## Post https://github.com/SignalR/SignalR/blob/239cbd31d93cf6126986aedc4ee300298f38c880/src/Microsoft.AspNet.SignalR.Client/Http/DefaultHttpClient.cs#L151-L155 In...