Close the transport client connection.
@override Future<void> close() async { _socket?.destroy(); _socket = null; }