handlesReconnect property

  1. @override
bool handlesReconnect
final

Whether this transport re-establishes dropped connections itself.

When true the gateway must not run its own reconnect loop, or every drop would open two connections. When false the gateway owns backoff and last_event_id replay.

Implementation

@override
final bool handlesReconnect;