mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
resolver
This commit is contained in:
parent
a81ed61683
commit
dcd46e2363
@ -34,7 +34,7 @@ func (r *Resolver) ResolveNow(o resolver.ResolveNowOptions) {
|
||||
func (s *Resolver) Close() {}
|
||||
|
||||
func (s *ZkClient) Build(target resolver.Target, cc resolver.ClientConn, opts resolver.BuildOptions) (resolver.Resolver, error) {
|
||||
log.ZDebug(context.Background(), "build resolver", "target", target, "opts", opts, "cc", cc)
|
||||
log.ZDebug(context.Background(), "build resolver", "target", target, "cc", cc)
|
||||
r := &Resolver{}
|
||||
r.target = target
|
||||
r.cc = cc
|
||||
|
@ -2,7 +2,6 @@ package rpcclient
|
||||
|
||||
import (
|
||||
"context"
|
||||
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/log"
|
||||
|
||||
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
|
||||
discoveryRegistry "github.com/OpenIMSDK/Open-IM-Server/pkg/discoveryregistry"
|
||||
@ -31,12 +30,10 @@ func (c *ConversationClient) GetSingleConversationRecvMsgOpt(ctx context.Context
|
||||
var req pbConversation.GetConversationReq
|
||||
req.OwnerUserID = userID
|
||||
req.ConversationID = conversationID
|
||||
log.ZDebug(ctx, "GetSingleConversationRecvMsgOpt start", "req", req)
|
||||
conversation, err := pbConversation.NewConversationClient(c.conn).GetConversation(ctx, &req)
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
log.ZDebug(ctx, "GetSingleConversationRecvMsgOpt end", "req", req)
|
||||
return conversation.GetConversation().RecvMsgOpt, err
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user