Close the transport
@override Future<void> close() async { _stopPolling(); _client.close(); await super.close(); }