You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/06/02 04:23:55 UTC

[GitHub] [cloudstack-go] davidjumani commented on pull request #37: WIP: (#36) - support async client

davidjumani commented on PR #37:
URL: https://github.com/apache/cloudstack-go/pull/37#issuecomment-1144421938

   @tetra12 A better implementation would be to modify `GetAsyncJobResult` and implement channels over there rather than creating a wrapper for the request. The AsyncTimeout is while waiting for an async job, ie: if the first job is a sync job it waits for it and then times out waiting for the async job to complete. To set a timeout for any call, use the `cs.Timeout` method


-- 
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-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org