bnjmnp / pysoem

Cython wrapper for the Simple Open EtherCAT Master Library
MIT License
101 stars 37 forks source link

Added fix to prevent nullptr cast on user callback function #152

Closed RobertoRoos closed 2 months ago

RobertoRoos commented 3 months ago

I am curious to see if the Github CI will also show the same problem for #138 . EDIT: Nevermind, the CI is only manually triggered for release

RobertoRoos commented 3 months ago

Now an attached debugger works as expected, fixing #138 : image

bnjmnp commented 2 months ago

Sorry for the late response, I was on vacation.

Thank you for the time spend figuring this out.

Makes sense to solve the issue this way.