IPC Limitation

Hello dunasys,

Yes, currently there’s a hard limit of 1100 bytes of in an API message payload. This limitation is bidirectional, so both client and server messages are affected.

As far as your second problem goes, you can try sending your data as a byte array instead of a string. Then the generated API handlers will send the whole block of memory and will not look for NULL chars.

-Kelly