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

Lloyd Dupont ld at galador.net
Sun Sep 14 07:23:32 EDT 2003


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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030914/d1d6de21/attachment.html 


More information about the Mono-devel-list mailing list