tetra12 commented on PR #37: URL: https://github.com/apache/cloudstack-go/pull/37#issuecomment-1779378444
This refactor is NOT required, since current API implements both async and timeout: ```go func NewClient() *cloudstack.CloudStackClient { cs := cloudstack.NewAsyncClient(apiURL, apiKey, secretKey, false) cs.AsyncTimeout(acsTimeout) return cs } ``` Closing as invalid -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org