class Falcon::Service::Application

def stop

Close the bound endpoint.
def stop
	@bound_endpoint&.close
	@bound_endpoint = nil
	
	super
end