Allen
Allen
使用疑问
使用过程中,我按照 README.md 的方法,部署好了 lua 模块。但遇到些问题,我的使用流程大致如下: 1. 通过如下 bash 脚本来模拟访问 lua 模块监控的站点 ``` #!/bin/bash while [ 1 == 1 ]; do curl http://localhost:9091/ >/dev/null 2>&1 sleep 1s curl http://localhost:9091/monitor/basic_status >/dev/null 2>&1...
扫描二维码后出现的错误: ``` Allen@MacBook-Pro:~/workspace/wechat-deleted-friends$ git pull remote: Counting objects: 48, done. remote: Total 48 (delta 20), reused 20 (delta 20), pack-reused 28 Unpacking objects: 100% (48/48), done. From https://github.com/0x5e/wechat-deleted-friends b13681c..eb72438 master...
I used the commit: [f3349bd](https://github.com/apache/rocketmq-client-go/commit/f3349bdbb4dbcf9a7481563cb0fc3dd3d3ce3985) which says it fixed the push consumer blocked issue [#944](https://github.com/apache/rocketmq-client-go/pull/944). But in my experience, consumer is still blocked while rocket mq actually has newest msg...
It seems doesn't support `/addr` api: ``` $ curl localhost:3001/insight-api-zcash/addr/t3Vz22vK5z2LcKEdg16Yv4FFneEL1zg9ojd/balance Method not found. Code:-32601 ```