From 46e7cec33e67f9c77cc5fdba1df8882119c581e2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 26 Mar 2019 17:13:59 -0400 Subject: Revert "publish should be called when the state is changed" This reverts commit 20bc9dbf617c61b8c2b7e847d3b88caeabfd6528. --- cherrypy/process/wspbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cherrypy/process/wspbus.py b/cherrypy/process/wspbus.py index 5b19b827..ead90a4e 100644 --- a/cherrypy/process/wspbus.py +++ b/cherrypy/process/wspbus.py @@ -374,7 +374,7 @@ class Bus(object): while self.state not in states: time.sleep(interval) - self.publish(channel) + self.publish(channel) def _do_execv(self): """Re-execute the current process. -- cgit v1.2.1