Disable socket lingering. See linger above.
Source
Future<Reply> nolinger({int timeoutSeconds: 10}) => _subscribeAndSendCommand(
'nolinger', new Duration(seconds: timeoutSeconds));
Disable socket lingering. See linger above.
Future<Reply> nolinger({int timeoutSeconds: 10}) => _subscribeAndSendCommand(
'nolinger', new Duration(seconds: timeoutSeconds));