https://bugzilla.novell.com/show_bug.cgi?id=466189


           Summary: Unneccessary io-layer warning
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


I can't get a testcase, but i know exactly the code that's causing the issue.
The sequence is this:

1) Call Socket.BeginConnect ()
2) If the Socket.BeginConnect call doesn't return with 10 seconds, call
Socket.Close ().
3) My AsyncCallback is invoked where I then call socket.EndConnect
(IAsyncResult).

This results in the following error being shown in the term:

** (SampleClient.exe:5577): WARNING **: _wapi_connect: error looking up socket
handle 0x32

This error shouldn't really appear as this is 'normal'.

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

Reply via email to