From e9c3a227a17f3c23efbc9ac8ee0907101c0e8f62 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 8 Mar 2023 14:17:25 -0500 Subject: [PATCH] File follow-up ticket. --- src/allmydata/storage_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/allmydata/storage_client.py b/src/allmydata/storage_client.py index 388f8b4b8..686ee8e59 100644 --- a/src/allmydata/storage_client.py +++ b/src/allmydata/storage_client.py @@ -1248,7 +1248,8 @@ class HTTPNativeStorageServer(service.MultiService): ) # TODO Make sure LoopingCall waits for the above timeout for looping again: - #return self._connecting_deferred + # https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3981 + #return self._connecting_deferred or maye await it def stopService(self): if self._connecting_deferred is not None: