mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
修正HttpDispose
修正HttpDispose
This commit is contained in:
@@ -93,6 +93,7 @@ namespace TEngine
|
||||
Log.Warning($"HttpPost {unityWebRequest.url} be canceled!");
|
||||
unityWebRequest.Dispose();
|
||||
cts.Dispose();
|
||||
return string.Empty;
|
||||
}
|
||||
}
|
||||
catch (OperationCanceledException ex)
|
||||
|
Reference in New Issue
Block a user