Skip to content

关于 IpcPublic 接口获取代理对象的优化 #124

@afunc233

Description

@afunc233

目前获取 IpcPubllic 接口是需要 PeerProxy 对象,但理论上来说 应仅需要 peerName 已经有足够条件获取 IpcPubllic 接口的代理对象了

简单想法 :获取 IpcPublic 接口代理对象的时候 存一份 IpcPublic 代理对象 和 peerName 的对照关系~ 在 CallMethodAsync 或者 CallMethod 的时候 去按对应关系 找到 PeerProxy 并发送消息

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions