liuxiaolong
2019-06-26 34f6ef171cd4a3af17d5a3b7bcfc01797ae6addf
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")