-
Notifications
You must be signed in to change notification settings - Fork 523
architecture is "x86' on arm - kestrel will try loading x86 libuv.dll #106
Comments
@DamianEdwards is supporting Kestrel on ARM is out of scope for V1? Also please see: aspnet/dnx#2063 |
Actually this should resolve itself semi-automatically when dnx starts loading native dlls automatically. - then we will be able to remove the code where we have the check. |
Uhm, current Kestrel works fine on Linux on ARM given a proper libuv. Making it run on Windows on ARM should be really straight forward even now. |
Could you check latest version on Linux arm? Unfortunatelly in my RP2 doesn't work (Windows IOT) |
This was actually fixed in d4853f9 where we started using the built-in support for loading native libraries instead of custom code we had before where we had this check. |
https://github.com/aspnet/KestrelHttpServer/blob/dev/src/Microsoft.AspNet.Server.Kestrel/KestrelEngine.cs#L36
Related:
aspnet/dnx#2063
The text was updated successfully, but these errors were encountered: