[Mono-bugs] [Bug 60568][Wis] Changed - Async send not sending.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 11:36:39 -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 walkers@surfmy.net.
http://bugzilla.ximian.com/show_bug.cgi?id=60568
--- shadow/60568 2004-08-03 11:33:38.000000000 -0400
+++ shadow/60568.tmp.9990 2004-08-03 11:36:39.000000000 -0400
@@ -71,6 +71,16 @@
have to guess the details.
------- Additional Comments From walkers@surfmy.net 2004-08-03 11:33 -------
Created an attachment (id=8850)
Source file for connect
+
+------- Additional Comments From walkers@surfmy.net 2004-08-03 11:36 -------
+I just added a source file that is a very large slice of the code that
+I am using internally. I cut out a bunch of the code that wouldn't
+affect this.
+So, create an object of type Logging with new Logging("somename",
+false, false); and use that as the client. Then Logging("somename",
+false, true); and use that as a server. Put that in two separate
+executables and run. Of course start the server one first, the error
+handling is a little weak. :)