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

Optimizes load time for stirng fields that are longer than a datagram. #191

Closed balazsracz closed 2 years ago

balazsracz commented 2 years ago

We will stop loading the data when we encounter the first null byte.

balazsracz commented 2 years ago

This was already merged in #159

dpharris commented 2 years ago

Good catch!