shouldRetrySasl method

  1. @override
bool shouldRetrySasl()
override

When SASL2 fails, should we retry (true) or just fail (false). Defaults to just returning false.

Implementation

@override
bool shouldRetrySasl() => true;