mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 04:08:23 +00:00
As a replacement for the current pubsub approach. It now uses a single connection for multiple subscriptions (instead of conn per subscription); has asynchronous publish and uses more efficient blob encoding for message encoding (the same used as page storage).