class Async::Container::Supervisor::Service

def stop

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