Skip to content

Killing segfaults by ugly fork

Compare
Choose a tag to compare
@foxey foxey released this 19 Nov 11:48
· 54 commits to main since this release

Main difference in this release is the split of the websocket listener and the GPIO interrupt listeners in two different processes, since they conflict with each other causing segmentation faults in Python (apparently Pythons multithreading implementation is pretty fragile, specfically in combination with C extensions).