sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core
https://pub.dev/packages/signalr_netcore
MIT License
71 stars 112 forks source link

Code parity with aspnetcore 3.1 typescript client, including auto-reconnect feature #1

Closed markphillips100 closed 3 years ago

markphillips100 commented 3 years ago

@sefidgaran this PR aligns the code with the dotnet aspnetcore 3.1 typescript client along with support for auto-reconnect. I have included the (0.1.6 and 0.1.7) changes from 2 other PRs to make this (slightly) simpler. I believe these were already in your master branch.

In addition, I updated example code and readme to reference the signalr_netcore package name. Changelog and pubspec reflect a patch version bump however open to a minor change if it's necessary.

I've also run the chat and test examples on both android and ios emulators.

Let me know if you need anything, and thanks for considering the PR in the first place.

markphillips100 commented 3 years ago

Had a chance to look at this PR @sefidgaran ?