openlcb / OpenLCB_Java

A git-managed copy of the SVN-based Java prototype implementation of OpenLCB. This implementation operates inside JMRI.
6 stars 9 forks source link

Retry CDI Read (when possible) #228

Closed bobjacobsen closed 10 months ago

bobjacobsen commented 1 year ago

Will retry CDI reads that fail for several times before giving up. See #42

This retry doesn't always work, c.f. #128 where the datagram machine locks up. But at least it will try now.

Closes #42

bobjacobsen commented 1 year ago

This is in use in JMRI now through a custom .jar file. It would be good to get it merged before the end of May so that we can use a production .jar in the next production JMRI release.