mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-26 21:13:13 +00:00
AsyncReply is task-like
This commit is contained in:
@ -306,9 +306,7 @@ namespace Esiur.Net
|
||||
}
|
||||
|
||||
// Accept more
|
||||
var l = listener.Accept();
|
||||
|
||||
l.Then(NewConnection);
|
||||
listener.Accept().Then(NewConnection);
|
||||
//l.timeout?.Dispose();
|
||||
|
||||
sock.Begin();
|
||||
|
Reference in New Issue
Block a user