mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 14:18:07 +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).