mirror of
https://github.com/netchx/netch.git
synced 2026-04-25 21:39:41 +08:00
Update async
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user