mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
Fix
This commit is contained in:
@ -294,7 +294,14 @@ namespace Esiur.Net
|
||||
|
||||
c.Assign(sock);
|
||||
|
||||
ClientConnected(c);
|
||||
try
|
||||
{
|
||||
ClientConnected(c);
|
||||
}
|
||||
catch
|
||||
{
|
||||
// something wrong with the child.
|
||||
}
|
||||
|
||||
// Accept more
|
||||
listener.Accept().Then(NewConnection);
|
||||
|
Reference in New Issue
Block a user