Encoding and decoding blobs now follows the spec with regards to size #1
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
According to the OSC 1.0 specification, blobs are to be encoded as
However, the algorithm used by this osc library always pads, i.e. it adds 1-4 additional zero bytes.
thanks