# File lib/nats/client.rb, line 1130 def cancel_reconnect_timer if @reconnect_timer EM.cancel_timer(@reconnect_timer) @reconnect_timer = nil end end