Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] IChannel messages

Hi Scott,

On Wed, Apr 22, 2009 at 11:18 AM, Scott Lewis <slewis@xxxxxxxxxxxxxxxxx> wrote:
> The intention was to have a one-to-one correspondence between sender
> sendMessage and receiver IChannelMessageEvent.  I suppose this could be
> relaxed for some providers that can/could do otherwise, but I don't think
> that would be very desirable from the client's point of view (i.e. the
> caller of sendMessage/handler of IChannelMessageEvent) as it makes it
> ambiguous from the receiver's side.

Thanks for the clarification. I agree that this would be annoying from
the client's POV. I have worked around the problem by applying similar
send procedures in o.e.e.provider.comm.tcp.Client and the docshare
exceptions seem to have gone away.

Regards,
Remy


Back to the top