Closed
Description
I encountered an issue when I executed the Clone() function to clone a ServiceClient
object. The getting OrganizationDetail
action, which is supposed to be triggered during this process, inconsistently sends a request to Dataverse. I suspect this may be due to the _isCloning variable not being thread-safe. Based on my understanding, it shouldn't be necessary to send a request to Dataverse during a cloning operation.