mango009

Results 6 issues of mango009

Running under Ubuntu 20.04 with 32G memory It always timeout when starting `openwhisk_apigateway_1` ``` Waiting till all containers are powered up... Starting openwhisk_zookeeper_1 ... Starting openwhisk_zookeeper_1 ... done Starting openwhisk_redis_1...

Hi, sorry but I cannot find solution on the web for this problem. I'm using console.log in my node.js action as follows: ``` async function main(params) { console.log('incoming request params:',...

I'm getting a error 400 from google Error: invalid_request Missing required parameter: scope Looks like the library does not send the scope parameter. Is there anyway to set it?

Wonder if the library supports CurveZMQ?

I cannot seem to be able to find a way to receive messages with multiple frames. I used a dealer-dealer pattern and the peer send two frames with ZMQ_SNDMORE in...

For example, REST API has a `GetPoint` that get only one single point but Go has only compatible API to get multiple points. Also, the example does not demonstrate everything...