You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now, we push the whole document state to subscribers when changes occur. this, however, can lead to bottlenecks especially when considering the WS bridge and gateway in the gateway process.
make change requests transmit their responses before sending out subscriber pushes
try out hash-based diffing for watch handlers and sparsely transmit changes to subscribers
debounce watch calls?
The text was updated successfully, but these errors were encountered:
right now, we push the whole document state to subscribers when changes occur. this, however, can lead to bottlenecks
especially when considering the WS bridge and gatewayin the gateway process.debounce watch calls?The text was updated successfully, but these errors were encountered: