Skip to content

handle packet fragmentation

Compare
Choose a tag to compare
@aldas aldas released this 04 Oct 18:28
· 52 commits to master since this release

Added

Changed

  • Changed StreamHandler to read data until complete packet is received. Previously we read only once from stream
    and naively assumed that Modbus TCP packet can not be fragmented over multiple TCP packets/ multiple stream reads.
    This fixed #61.