Revolyssup commented on PR #2208: URL: https://github.com/apache/apisix-ingress-controller/pull/2208#issuecomment-2050923411
> When generating code, it will overwrite the original content, which is not a good solution. Yeah. How do you think we can get around this? ```go *out = *in ``` causes these structs internal pointers pointing to same addresses before the code afterwards can run and perform deepcopy. This is causing the concurrent access. -- 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]
