OSC Server not parsing bundle from python osc library

Hi, I’ve been playing around with OSC lately (on maui on android) and haven’t been able to send non-ascii stuff around, and that also involved some types like floats, basically I had to convert everything to English strings to make it work ;) i think there are few stuff evolved like encoding and decoding raw data that are implemented differently across the libs… so sometimes encoder doesn’t match decoder and you are prolly have the error there… as for bundles they were working great…