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
Library works under arm64 just fine, even with a arm32v7 build. But the same arm32v7 build does not work on a arm32 system.
Actual behavior
During sending the request, the following exception is thrown:
Creating device...
Creating client...
Creating local ApiService...
Performing diagnosis...
Constructing request...
Sending request...
Unhandled exception. System.Runtime.InteropServices.COMException (0x8007054F): An internal error occurred.
(0x8007054F)
at System.Threading.WaitHandle.WaitOneCore(IntPtr waitHandle, Int32 millisecondsTimeout)
at System.Threading.WaitHandle.WaitOneNoCheck(Int32 millisecondsTimeout)
at System.Threading.TimerQueue.TimerThread()
at System.Threading.Thread.StartCallback()
Fatal error. Internal CLR error. (0x80131506)
at System.Threading.WaitHandle.WaitOneCore(IntPtr, Int32)
at System.Threading.WaitHandle.WaitOneNoCheck(Int32)
at System.Threading.TimerQueue.TimerThread()
at System.Threading.Thread.StartCallback()
The library currently only supports .NET 6. It's most likely that one of the dependencies may need work well in a 32-bit environment. Could you try changing your DockerFile to build with the .NET 6.0 image instead?
Description
When building a docker image for arm32v7, the Adyen .NET library crashes during requests.
Steps to reproduce
.NET SDK 8
Sample project and more elaborate explanation:
https://github.com/the-sutt/AdyenTest/
Library works under arm64 just fine, even with a arm32v7 build. But the same arm32v7 build does not work on a arm32 system.
Actual behavior
During sending the request, the following exception is thrown:
Expected behavior
Well... it should perform the request ;)
Code snippet or screenshots (if applicable)
Please see sample project under https://github.com/the-sutt/AdyenTest/
Adyen .NET API Library version
31
.NET version
8
Operating System
Linux
Additional context
No response
The text was updated successfully, but these errors were encountered: