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

Providing detailed error log to client #54

Closed mohas closed 1 year ago

mohas commented 1 year ago

Hi, we need to receive an error object in case of connection error in order to log them in our logging ecosystem in production, I have submitted a pull request for this can you review and see if it is ok? We currently face many connection errors and cannot trace the problem so everything has come to a stop, if we detect common problems with the connection we can provide useful info to the user or retry with a strategy (exponential backoff ...)