Send complete table between client and server

Hi,

I’m not sure about the better way to send a complete table from server to client:

For now, I create an event that repeat for each entry in my table, but, can I send the entire table in my event param?

Thank you!

I think you can, You should try. I believe it’s all MsgPack.

Thank for the answer, I already perform some test, no luck… I probably have to unpack it? I’ll do some test to try!

Thanks again!