mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 01:38:30 +08:00
Send a soft kill, not a hard kill.
This commit is contained in:
+1
-1
@@ -262,7 +262,7 @@ class Controller(object):
|
||||
|
||||
def send_softkill(self):
|
||||
soft_frame = CONTROL_FRAME(
|
||||
CONTROL_PROTOCOL.KILL,
|
||||
CONTROL_PROTOCOL.SHUTDOWN,
|
||||
''
|
||||
)
|
||||
self.pub.send(soft_frame)
|
||||
|
||||
Reference in New Issue
Block a user