class Rack::Handler::Falcon

def close

def close
	@notification&.close
	@notification = nil
	@waiter&.stop
	@waiter = nil
end