Future<Reply> nolinger({int timeoutSeconds: 10})

Disable socket lingering. See linger above.

Source

Future<Reply> nolinger({int timeoutSeconds: 10}) => _subscribeAndSendCommand(
    'nolinger', new Duration(seconds: timeoutSeconds));