liuxiaolong
2019-06-26 7710f006c6270919b1528c5f86d4526c70103c4b
service/FaceSdkService.go
@@ -12,8 +12,8 @@
)
const (
   Url_Service_PUSH = "tcp:///tmp///webserver_2.ipc"
   Url_Service_PULL = "tcp:///tmp///webserver_1.ipc"
   Url_Service_PUSH = "ipc:///tmp///webserver_2.ipc"
   Url_Service_PULL = "ipc:///tmp///webserver_1.ipc"
)
var imgPushChan chan protomsg.Recvmsg