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