Update async

This commit is contained in:
ChsBuffer
2021-11-13 18:02:32 +08:00
parent 8be7e13aa4
commit a0cbd4b46c
36 changed files with 116 additions and 98 deletions

View File

@@ -23,8 +23,8 @@ public class DNSController : IController
throw new MessageException("AioDNS start failed.");
}
public async Task StopAsync()
public Task StopAsync()
{
await FreeAsync();
return FreeAsync();
}
}