instance method
stop
Ruby on Rails 6.1.7.10
Since v5.2.8.1Signature
stop()
No documentation comment.
Source
# File actioncable/lib/action_cable/connection/stream_event_loop.rb, line 55
def stop
@stopping = true
wakeup if @nio
end
Defined in actioncable/lib/action_cable/connection/stream_event_loop.rb line 55
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::StreamEventLoop