class ActionController::Live::Buffer

def connected?

by `ignore_disconnect`.
The result of calling `write` when this is `false` is determined

Is the client still connected and waiting for content?
def connected?
  !@aborted
end