[Mono-bugs] [Bug 71588][Wis] Changed - Async Socket BeginRead not functioning properly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 21 Jan 2005 16:26:58 -0500 (EST)
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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71588
--- shadow/71588 2005-01-21 15:57:05.000000000 -0500
+++ shadow/71588.tmp.2635 2005-01-21 16:26:58.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71588
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details: OSX 10.3.7
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: gonzalo@ximian.com
ReportedBy: grompf@sublimeintervention.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -57,6 +57,14 @@
------- Additional Comments From grompf@sublimeintervention.com 2005-01-21 15:57 -------
Created an attachment (id=13857)
server code
+
+------- Additional Comments From grompf@sublimeintervention.com 2005-01-21 16:26 -------
+Ok; this was a stupid coding bug by me; Server.cs line 64 should have been a
+socket_event.Reset () not a socket_event.Set () (It was looping on beginaccept forever,
+filling the threadpool). However there is still a bug here as the code worked on MS.NET
+
+-kangaroo
+