service/FaceSdkService.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
service/FaceSdkService.go
@@ -3,7 +3,6 @@ import ( "basic.com/pubsub/protomsg.git" "basic.com/valib/deliver.git" "encoding/json" "fmt" "github.com/gogo/protobuf/proto" "github.com/satori/go.uuid" @@ -59,7 +58,7 @@ select { case is := <- imgPushChan: fmt.Println("imgPushChan in") b, _ := json.Marshal(is) b, _ := proto.Marshal(&is) client_push.Send(b) default: //fmt.Println("no img in")