jamiewest / signalr_core

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

Fix retry attempts not waiting #23

Closed chris-gander closed 4 years ago

chris-gander commented 4 years ago

When using automatic reconnection the timer doesn't get waited on, this causes the reconnection attempts to run straight after the last one failed

This PR changes the Future to wait for the timer to complete before it tries again