[Mono-devel-list] BugFix report, mono-0.26, Remoting, TcpClientChannel

Lluis Sanchez lluis at ximian.com
Sun Sep 14 08:03:31 EDT 2003


Hi!

The fix is now in CVS. Thanks!

Lluis.

On dg, 2003-09-14 at 13:23, Lloyd Dupont wrote:
> I am using your TcpChannel with plenty of custom sink (the channel is
> not yet customized in a uncompliant way, but soon....)
>  
> Anyway, when I just switch from MS's TcpChannel to yours the
> application kept bugging and I track this
> (probably more coming as it still don't work)
>  
> TcpClientChannel.cs, line 34
> ---------------------------------------
> if(_sinkProvider != null)
> should be 
> if(sinkProvider != null)
> (you check the member variable instead of the parameter)
>  




More information about the Mono-devel-list mailing list