lib/action_cable/server/worker.rb in actioncable-5.0.0.1 vs lib/action_cable/server/worker.rb in actioncable-5.0.1.rc1
- old
+ new
@@ -23,10 +23,10 @@
end
# Stop processing work: any work that has not already started
# running will be discarded from the queue
def halt
- @executor.kill
+ @executor.shutdown
end
def stopping?
@executor.shuttingdown?
end