Minor bugfix release.
Fixed:
- CHEST_CLOSE packet special case (optional field followed by dummy) now correctly writes either the optional field OR the dummy value, instead of writing both. Deserialization will only read the optional field if there are enough bytes available.
Pull Requests:
- #24 - CHEST_CLOSE special case
Full Changelog: v3.0.0...v3.0.1