module ActionCable::Channel::PeriodicTimers

def stop_periodic_timers

def stop_periodic_timers
  active_periodic_timers.each { |timer| timer.shutdown }
  active_periodic_timers.clear
end