http://bugzilla.novell.com/show_bug.cgi?id=494275

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=494275#c5


Gonzalo Paniagua Javier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #5 from Gonzalo Paniagua Javier <[email protected]>  2009-04-20 
21:57:12 MDT ---
As I mentioned before, the correct way of checking if you're still connected is
something like:
   if (client.Poll (0, SelectMode.SelectRead) && socket.Available == 0) {
            // the server disconnected
   }

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to