klingtnet / rosc

An OSC library for Rust.
Apache License 2.0
173 stars 25 forks source link

Fix blob pad #51

Open edjin opened 4 months ago

edjin commented 4 months ago

Hi!

I found the bug while trying to decode messages containing blobs. It happens that when a blob's size is divisible by 4, 4 more bytes than required are skipped.