# File lib/nats/client.rb, line 997 def cancel_ping_timer if @ping_timer EM.cancel_timer(@ping_timer) @ping_timer = nil end end