jamiewest / signalr_core

ASP.NET Core SignalR Dart Client
https://pub.dev/packages/signalr_core
MIT License
91 stars 58 forks source link

Fixes typo in negotiate response #17

Closed Yunksi closed 4 years ago

Yunksi commented 4 years ago

When first negotiate response returned access token and url, the next access token was incorrectly assigned to property. That cause the second negotiate response returning 401 Unauthorized.

This PR fixes the typo in NegotiateResponseExtension.

jamiewest commented 4 years ago

Thank you for your pull request!