You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can reproduce it from my web browser. A HEAD request is fast but the GET request stalls out around 17 MB then again at 28 MB (after several attempts). The build log shows this:
Downloading dotnet-runtime-wasm-windows-585dcd7-7db1c333330-4019238418-Release to C:\Users\joelv\AppData\Local\Temp\dotnet-runtime-wasm-windows-585dcd7-7db1c333330-4019238418-Release.zip
I just wanted to post this just in case someone else was encountering this problem. I'm following these steps:
https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/main/doc/using-the-bootstrapper.md#how-to-use-the-bootstrapper-with-net-5-and-later
The download from this URL appears to be very slow.
https://unowasmbootstrap.azureedge.net/runtime/dotnet-runtime-wasm-windows-585dcd7-7db1c333330-4019238418-Release.zip
I can reproduce it from my web browser. A
HEAD
request is fast but theGET
request stalls out around 17 MB then again at 28 MB (after several attempts). The build log shows this:Downloading dotnet-runtime-wasm-windows-585dcd7-7db1c333330-4019238418-Release to C:\Users\joelv\AppData\Local\Temp\dotnet-runtime-wasm-windows-585dcd7-7db1c333330-4019238418-Release.zip
The HEAD request returns this:
The
TCP_HIT
seems to indicate that the CDN (Microsoft CDN from Azure?) has the response body cached but it's still slow.After waiting some time, the download in Visual Studio build output shows this:
Unsurprisingly the Azure Status page shows no issue: https://status.azure.com/en-us/status.
Update: my geo is Ohio, USA. I am reproducing this issue at 8:28 PM Eastern Standard Time, 2023-02-03.
The text was updated successfully, but these errors were encountered: