Menu

#5 Strange exception in Server

open
nobody
None
5
2009-04-03
2009-04-03
No

There is a strange exception in the Server (some times).

Strange code causing the exception:

// try to connect to server port to ensure to leave blocking accept
try
{
new TcpClient(new IPEndPoint(ia, port)).Close();
}
catch (IOException ignore)
{
}

Discussion


Log in to post a comment.