ID:2176764
 
Hi!

I'm trying to return arbitrarily large amounts of data through the Topic window. Twenty to thirty pages of data.

I'm guessing I can't just dump that willy nilly into a byond url.

My plan is to create an accumulator function within Topic to assemble the data, and pass it as pieces. Is this the right way of handling this or is there some alternative I'm missing?
Splitting it up into chunks is definitely the right way. But why in the world would you have that much data to send from the client to the server?
I'm building a run-time behavior tree definition tool. I don't really expect to send thirty pages worth of json back to byond on a regular basis, but I prefer to design with worst-case scenarios in mind.