Flowdock
method

clean_rack_hijack

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Stream
clean_rack_hijack() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actioncable/lib/action_cable/connection/stream.rb, line 110
        def clean_rack_hijack
          return unless @rack_hijack_io
          @event_loop.detach(@rack_hijack_io, self)
          @rack_hijack_io = nil
        end
Register or log in to add new notes.