[Mono-bugs] [Bug 76430][Nor] Changed - On mono remoting gives a
object not registered error but on ms .net it works
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 17 08:11:30 EDT 2005
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 lluis at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76430
--- shadow/76430 2005-10-14 00:09:49.000000000 -0400
+++ shadow/76430.tmp.17363 2005-10-17 08:11:30.000000000 -0400
@@ -203,6 +203,31 @@
}
}
}
=============================================================
+
+------- Additional Comments From lluis at ximian.com 2005-10-17 08:11 -------
+Which Mono version are you using?
+
+I tried the test case with SVN and it seems to work fine. I get:
+Client begin Async calls
+Client end Async calls
+getValue=625 getText=Narendra
+Client: Remote Execution took 10 seconds
+
+in the server:
+Starting server on port 1237...
+Press to exit
+MyRemoteObject ctor called. New remote object created
+test is null
+MyRemoteObject.setValue() old=0 new=625
+Waiting 5 sec ...
+Value is set
+Value of test: test
+MyRemoteObject.getValue()=625
+Value of test: test
+MyRemoteObject.getText() called
+Waiting 5 sec ...
+Returning text
+
More information about the mono-bugs
mailing list