2
0
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:
2019-11-12 20:15:12 +03:00
parent 4f68c08640
commit 76bcd821b5
5 changed files with 479 additions and 297 deletions

View File

@ -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();