I'm looking for a way to reliably transmit a 3-dimensional array of the size Block[16,256,16] where Block is a base class and other classes inherit from it.
I tried using SyncLists, but since they get very big (65536 entries; the array is ALWAYS full!), they act like they don't transmit anyhing. They do work with a smaller sample size with the same classes though.
So what other ways could I use to solve this? Channel is reliable fragmented always.
I tried using SyncLists, but since they get very big (65536 entries; the array is ALWAYS full!), they act like they don't transmit anyhing. They do work with a smaller sample size with the same classes though.
So what other ways could I use to solve this? Channel is reliable fragmented always.