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

Only react to OIR that has our address #256

Closed bobjacobsen closed 3 months ago

bobjacobsen commented 3 months ago

The library will retry a PIP or SNIP request that gets a OIR with a temporary error code. This should only be done if the OIR is directed to this node, so this PR adds a check for that.