RHSocketKit icon indicating copy to clipboard operation
RHSocketKit copied to clipboard

RHChannelConfig中的delegate并没有使用到

Open ipad4 opened this issue 6 years ago • 1 comments

Issue Description

RHChannelConfig中的delegate并没有使用到

What

RHChannelConfig中的delegate并没有使用到,delegate貌似是通过channelService.channel addDelegate方法添加的

ipad4 avatar Jan 06 '20 07:01 ipad4

Issue Description

RHChannelConfig中的delegate并没有使用到

What

RHChannelConfig中的delegate并没有使用到,delegate貌似是通过channelService.channel addDelegate方法添加的

RHChannelConfig中的delegate是在delegate固定不变的情况下,可以直接在初始化的时候使用; channelService.channel addDelegate方法是在delegate存在移除或动态添加的情况下使用。 channel的delegate允许多个,两个入口都有使用的。

zhu410289616 avatar Jan 06 '20 08:01 zhu410289616