rpi-rfm69
rpi-rfm69 copied to clipboard
Need to re-write locks and thread safety
The existing thread safety was bolted on top of pre-existing code, and assumed that the existing code was (a) elegant and (b) correct.
I suspect that this is leading to race conditions causing the radio to hang (see, e.g., #13). It would be good to see if a revamped lock scheme would work (and might even decrease latency).