How SmartFox update a large Room Variable between client and Server?
Posted: 09 Aug 2018, 23:56
Hello, Smart Fox Server:
If I have a Room Variable that contains a large SfsObject. The large SfsObject means it have many key/value in this.
I am concerning that real network package size when transferring to client.
If I update only one key's mapping value, How SmartFox update this?
Does SmartFox perform dirty check. Do only send update key-value to client? Or using other methodology?
If I want to minimize network package size, is there a guildline for design structure for SfsObject ?
Thank you.
If I have a Room Variable that contains a large SfsObject. The large SfsObject means it have many key/value in this.
I am concerning that real network package size when transferring to client.
If I update only one key's mapping value, How SmartFox update this?
Does SmartFox perform dirty check. Do only send update key-value to client? Or using other methodology?
If I want to minimize network package size, is there a guildline for design structure for SfsObject ?
Thank you.