We are currently using PubNub to share the selection state in schematics, sending a json with all the selected ids as payload.
When selecting lots of items this fails, since the maximum payload is 32kb.
Should we compress that data?