How to store large amount of data using iterativeStore method ?
@gumdrop I am using UDP transport, i have connected two nodes using library.
As per my information we can send packet(message) with maximum size less then MTU.
I have noticed when i stores data(buffer) over 65507B, it is giving me error like EMSGSIZE
.
Where in HTTP transport it works flawless.
Can you please guide,how can we store large amount of data using iterativeStore ?