You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/01/11 21:39:26 UTC

[GitHub] [openwhisk-client-js] rabbah opened a new issue #198: blocking invoke that is demoted is not handled correctly

rabbah opened a new issue #198: blocking invoke that is demoted is not handled correctly
URL: https://github.com/apache/openwhisk-client-js/issues/198
 
 
   The action invoke handler for a blocking request is:
   ```
     invoke (options) {
       options = options || {}
       if (options.blocking && options.result) {
         return super.invoke(options).then(result => result.response.result)
       }
   ```
   
   But if the result of the activation is converted to a non-blocking activation, the result is an `{ activationId }` only and this code will fail.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-client-js] rabbah commented on issue #198: blocking invoke that is demoted is not handled correctly

Posted by GitBox <gi...@apache.org>.
rabbah commented on issue #198: blocking invoke that is demoted is not handled correctly
URL: https://github.com/apache/openwhisk-client-js/issues/198#issuecomment-581044467
 
 
   Closed by #199.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk-client-js] rabbah closed issue #198: blocking invoke that is demoted is not handled correctly

Posted by GitBox <gi...@apache.org>.
rabbah closed issue #198: blocking invoke that is demoted is not handled correctly
URL: https://github.com/apache/openwhisk-client-js/issues/198
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services