jamiewest / signalr_core

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

Correctly appends ID query parameter to the existing ones #26

Closed anisalibegic closed 3 years ago

anisalibegic commented 3 years ago

Fixes #22. Fixes #13. It parses url into Uri and then returns a new Uri with new parameters which are made of previous parameters and new id parameter.

jamiewest commented 3 years ago

Thank you for your pull request.

anisalibegic commented 3 years ago

@jamiewest Can you release a new version on pub.dev?