AlinsRan commented on PR #1386: URL: https://github.com/apache/apisix-ingress-controller/pull/1386#issuecomment-1334890818
We have a lot of `informer.run()`, `cache.wait()` in our code, actually it only needs to call factor.start() and `factor.wait()` to complete. There is a conflict between them and they can only be started once. I suggest that the codes of `informer.run` and `cache.wait()` should be deleted. What do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
