Close the transport client connection.
@override Future<void> close() async { await _channel?.shutdown(); _channel = null; _clients.clear(); }