mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Update async
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user