|
From: nicolas b. <sl1...@gm...> - 2013-06-20 12:44:53
|
Hi, first of all, thank you for the new release!! I'm facing an issue in my app as apparently the bundle I'm building is too long. lo_send_bundle_from() return the length of the bundle when everything is fine (lo_bundle_length = 9196) and -1 when I exceed 9196. I'm wondering if I can use the new lo_bundle_add_bundle() to bypass this limitation? if so, do you have an example of how I can do that (usage of incref and so)? thanx, best regards, Nicolas |