Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

v0.3.8

Compare
Choose a tag to compare
@rainliu rainliu released this 06 Oct 07:21
  • fix handle_inbound bug when parsing packet error
    -- instead of returning error, it should just log::warn! this parse error, and return Ok(()) to let read_loop keep running.