Method: Skyfall::Stream#stop_heartbeat_timer
- Defined in:
- lib/skyfall/stream.rb
#stop_heartbeat_timer ⇒ Object
141 142 143 144 |
# File 'lib/skyfall/stream.rb', line 141 def stop_heartbeat_timer @heartbeat_timer&.cancel @heartbeat_timer = nil end |