mirror of
https://github.com/naruxde/revpipyload.git
synced 2026-08-16 13:07:03 +02:00
fix: Remove shutdown, this resolves a dead lock
This commit is contained in:
@@ -971,7 +971,6 @@ class RevPiPyLoad:
|
|||||||
|
|
||||||
if self.xsrv is not None:
|
if self.xsrv is not None:
|
||||||
proginit.logger.info("close xmlrpc-server")
|
proginit.logger.info("close xmlrpc-server")
|
||||||
self.xsrv.shutdown()
|
|
||||||
self.xsrv.server_close()
|
self.xsrv.server_close()
|
||||||
|
|
||||||
# Unix Socket aufräumen
|
# Unix Socket aufräumen
|
||||||
|
|||||||
Reference in New Issue
Block a user