tracebug of insertPlate
This commit is contained in:
parent
2e3192b2eb
commit
cc6a2e0d91
1
main.go
1
main.go
@ -22,6 +22,7 @@ func main() {
|
|||||||
cr.MakeMaXsChan = make(chan *core.Candle)
|
cr.MakeMaXsChan = make(chan *core.Candle)
|
||||||
cr.WriteLogChan = make(chan *core.WriteLog)
|
cr.WriteLogChan = make(chan *core.WriteLog)
|
||||||
cr.Mu = &sync.Mutex{}
|
cr.Mu = &sync.Mutex{}
|
||||||
|
cr.PlateMap = make(map[string]*core.Plate)
|
||||||
cli, _ := cr.GetRedisLocalCli()
|
cli, _ := cr.GetRedisLocalCli()
|
||||||
cr.RedisRemoteCli = cli
|
cr.RedisRemoteCli = cli
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user