pull/458/head
wangchuxiao 2 years ago
parent 41023a4404
commit 2366cf1cc4

@ -16,7 +16,7 @@ type Push struct {
} }
func NewPush(discov discoveryregistry.SvcDiscoveryRegistry) *Push { func NewPush(discov discoveryregistry.SvcDiscoveryRegistry) *Push {
conn, err := discov.GetConn(context.Background(), config.Config.RpcRegisterName.OpenImMsgName) conn, err := discov.GetConn(context.Background(), config.Config.RpcRegisterName.OpenImPushName)
if err != nil { if err != nil {
panic(err) panic(err)
} }

Loading…
Cancel
Save