只收到一条消息问题的修复
This commit is contained in:
parent
9874d08bc4
commit
e760e72702
@ -4,10 +4,12 @@ import (
|
|||||||
"encoding/json"
|
"encoding/json"
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/phyer/core"
|
|
||||||
"os"
|
"os"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"github.com/phyer/core"
|
||||||
|
|
||||||
// "sync"
|
// "sync"
|
||||||
"time"
|
"time"
|
||||||
//
|
//
|
||||||
@ -224,6 +226,7 @@ func GetRangeCandleSortedSet(cr *core.Core, setName string, count int, from time
|
|||||||
return &cdl, err
|
return &cdl, err
|
||||||
}
|
}
|
||||||
for _, str := range keyAry {
|
for _, str := range keyAry {
|
||||||
|
fmt.Println("str:", str)
|
||||||
if str == nil {
|
if str == nil {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user