AS-Devs / signalr_flutter

A flutter plugin for .net SignalR client.
https://pub.dev/packages/signalr_flutter
MIT License
19 stars 27 forks source link

connection error feedback with connectionErrorCallback #53

Closed mohas closed 1 year ago

mohas commented 1 year ago

It is unreasonable to eat error messages with just a debugPrint. We need to log those error messages on production so I added a callback method to send latest error messages to library user so they can log them in their logging ecosystem. cheers