nimo 插件优化

nimo 数据测试提取成功
This commit is contained in:
eson
2020-09-02 18:56:20 +08:00
parent a72ba6257c
commit 3b7e8e94ea
11 changed files with 2162 additions and 28 deletions

View File

@@ -29,7 +29,7 @@ func main() {
// var err error
for !ps.IsClose() {
streamer, err := estore.PopNoWait(intimate.Ptwitch, "tags is NULL", 15)
streamer, err := estore.Pop(intimate.Ptwitch)
if streamer == nil || err != nil {
if err != lasterr {
log.Println(err, lasterr)