in lib/src/io_client.dart [75:80]
void close() { if (_inner != null) { _inner!.close(force: true); _inner = null; } }