mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 02:58:26 +08:00
KickUserOffline
This commit is contained in:
parent
afe8dcc1ff
commit
3f2638efaf
@ -196,7 +196,7 @@ func (r *RPCServer) KickUserOffline(_ context.Context, req *pbRelay.KickUserOffl
|
|||||||
ws.sendKickMsg(conn, &UserConn{})
|
ws.sendKickMsg(conn, &UserConn{})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nil, nil
|
return &pbRelay.KickUserOfflineResp{}, nil
|
||||||
|
|
||||||
}
|
}
|
||||||
func sendMsgToUser(conn *UserConn, bMsg []byte, in *pbRelay.OnlinePushMsgReq, RecvPlatForm int, RecvID string) (ResultCode int64) {
|
func sendMsgToUser(conn *UserConn, bMsg []byte, in *pbRelay.OnlinePushMsgReq, RecvPlatForm int, RecvID string) (ResultCode int64) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user