mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
LoopingCall may already have been stopped.
This commit is contained in:
parent
fd07c092ed
commit
1294baa82e
@ -1066,7 +1066,8 @@ class HTTPNativeStorageServer(service.MultiService):
|
||||
|
||||
def stopService(self):
|
||||
service.MultiService.stopService(self)
|
||||
self._lc.stop()
|
||||
if self._lc.running:
|
||||
self._lc.stop()
|
||||
self._failed_to_connect("shut down")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user