jormenjanssen
jormenjanssen
> No update. Right now we are completing some other work from items like MSIX app attach Any updates if this is something being worked on? Our company also have...
I resolved the issue by replacing the dll libaries manual with a version that worked. I Included a link for a version that works for me https://mega.co.nz/#!McBkDSYR!KTrY9rIOEMt0Ny_1xQqRTgPjrCvINg2sirjYjh8wOd0
@scottf Also seeing this bug in our logs (the broker was restarted by our update utility on an embedded Yocto system) ``` Mar 13 12:19:41 colibri-imx8x-07202716 XXX.API[636]: Unhandled exception. System.NotSupportedException:...
@Peskind I Will look into supporting this. Meanwhile you should be able to create the CAN socket with the following managed code ```csharp var socket = new Socket(AddressFamily.ControllerAreaNetwork, SocketType.Raw, ProtocolType.Raw);...