Hardware: Adafruit Feather 32u4 Radio (RFM69HCW)
Software: Windows 10, Arduino Sketch App 1.6.11, LowPowerLab
One minor issue I ran into when testing with the ~900mhz RF radio chips the first time was getting the units to retry failed transmissions. I had chosen to download/utilize the LowPowerLab RFM69 functions to enhance and simplify many of the radio communications methods.
I initially made the assumption (as most would) that the examples which used sendWithRetry were essentially correct. And while that is true-ish (in that they work) it is not true that they are showing you the full power of that function.