colinbdclark / osc.js

An Open Sound Control (OSC) library for JavaScript that works in both the browser and Node.js
GNU General Public License v2.0
774 stars 117 forks source link

fix encoding utf-8 address and string arguments (prevent truncation) #192

Closed jean-emmanuel closed 2 years ago

jean-emmanuel commented 2 years ago

Hi ! As a follow up to #190, here is a working PR with test units.

colinbdclark commented 2 years ago

Amazing! Thank you, @jean-emmanuel!