[Mono-bugs] [Bug 58085][Nor] Changed - Remoting failure

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 14:31:18 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by yoros@wanadoo.es.

http://bugzilla.ximian.com/show_bug.cgi?id=58085

--- shadow/58085	2004-05-05 14:28:25.000000000 -0400
+++ shadow/58085.tmp.25776	2004-05-05 14:31:18.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 58085
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: yoros@wanadoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,27 @@
 
 
 ------- Additional Comments From yoros@wanadoo.es  2004-05-05 14:28 -------
 Created an attachment (id=7606)
 Modified version... bad ports in the old one
 
+
+------- Additional Comments From yoros@wanadoo.es  2004-05-05 14:31 -------
+HTTP.........
+Now fails in name resolution but in 0.31 it failed when deserializing
+the event handler in the client.
+
+./RemotingEvent -http -server 4321
+
+./RemotingEvent -http -client 4321 localhost
+
+
+TCP..........
+This works right the first time the client is executed, the following
+ones it fails.
+
+./RemotingEvent -tcp -server 4321
+
+./RemotingEvent -tcp -client 4321 localhost
+
+
+That's the best way to run the tests.