class Falcon::Service::Application

def stop

def stop
	@bound_endpoint&.close
	@bound_endpoint = nil
	
	super
end