修正HttpDispose

修正HttpDispose
This commit is contained in:
ALEXTANG
2023-10-26 12:28:06 +08:00
parent 6ed32082e1
commit 9478868513

View File

@@ -93,6 +93,7 @@ namespace TEngine
Log.Warning($"HttpPost {unityWebRequest.url} be canceled!");
unityWebRequest.Dispose();
cts.Dispose();
return string.Empty;
}
}
catch (OperationCanceledException ex)