class Slack::RealTime::Client

def run_ping?

def run_ping?
  !websocket_ping.nil? && websocket_ping.positive?
end