k8s deploy

This commit is contained in:
wangchuxiao
2022-05-23 16:07:52 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 8708659761
commit 2c2b5d5737
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ func (rpc *rpcChat) Run() {
log.Error("", "", "register rpc get_token to etcd failed, err = %s", err.Error())
return
}
go rpc.runCh()
err = srv.Serve(listener)
if err != nil {
log.Info("", "", "rpc get_token fail, err = %s", err.Error())