[Mono-list] Remoting Channels Tcp and Http Confusion

Lluis Sanchez lluis@ximian.com
Tue, 12 Apr 2005 16:45:56 +0200


Hi,

This seems to be fixed in Mono 1.1.6. I tried switching the channels in
the test case and it works fine.

Lluis.

On dj, 2005-04-07 at 10:04 -0600, Jonathan J. Vargas R. wrote:
> hi.
> 
> i am developing an enterprise service using remoting, want tcp and
> http channel for listening. i derived some classes to perform custom
> functionality, as u will see. the prob is, that in ServerTest.cs and
> Server.cs (has service control operations), when i first Add a tcp
> channel to listen and later a http channel, things work fine, but if i
> do first add httpchannel and later tcp one..  the tcp channel
> shutdowns..
> 
> i tested a single remoting service and this is not a prob
> (SimpleService.cs).. so i wondered if the prob is in my code (i hope)
> or something is wrong around.
> 
> please refer to ServerTest.cs to start reading, u will see a comment
> about the prob im having.. really dunno what could be happening.. so
> want some help.
> 
> thanks,
> 
> regards 
> 
>