How is Object State cleaned up at Clientside when Garbage Collection happens at Serverside?

0
Hi,   If I understand correct, Mendix state is kept at Clientside and on Serverside is a frequent process (Garbage collection) to clean op the no longer required objects in the state.  This confuses me. How does this process work as the State is kept at Clientside, but the garbage is collected on Serverside? Does the Client sends objects from its state which are no longer required to the Server where then the Garbage collection runs and removes all these sent non-required objects from every connected Client? Or does the Mendix Client has its own little Garbage Collection thingie?   Thanks for helping me out!   Tim
asked
1 answers
1

Hi Tim,

 

it looks like the clientside has it's own garbage collection. Documentation.

answered