@electric-sql/client 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -55,6 +55,8 @@ const stream = new ShapeStream({
55
55
 
56
56
  stream.subscribe(messages => {
57
57
  // messages is an array with one or more row updates
58
+ // and the stream will wait for all subscribers to process them
59
+ // before proceeding
58
60
  })
59
61
  ```
60
62