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