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

@@ -76,9 +76,9 @@ public class NFController : IModeController
throw new MessageException("Redirector start failed.");
}
public async Task StopAsync()
public Task StopAsync()
{
await FreeAsync();
return FreeAsync();
}
#region CheckRule