node-discover
node-discover copied to clipboard
Message size issues
I have an array of objects, the contents does not really matter but as soon as the array length goes over 30 it wont send at all.
Could this be an issue of the encryption methods? or because its UDP?
It's a limititation of the size of the udp packet. The module does not yet do message recombining. There is a branch that uses datagram-stream which could probably be adapted to use a json-stream module to handle that. Eventually I will solve this problem if no one else does.
Would be great if you could get this done asap! :)
+1