@live-change/peer-connection-service 0.8.126 → 0.8.127

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.
Files changed (2) hide show
  1. package/message.js +1 -1
  2. package/package.json +2 -2
package/message.js CHANGED
@@ -207,7 +207,7 @@ definition.action({
207
207
  },
208
208
  queuedBy: (props) => props.from+':'+props.to, // without this, messages order can be changed
209
209
  // and it will block ice connection state
210
- //waitForEvents: true,
210
+ waitForEvents: true,
211
211
  async execute(props, { client, service }, emit) {
212
212
  const lastMessages = await Message.rangeGet({
213
213
  gte: `${props.to}_`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/peer-connection-service",
3
- "version": "0.8.126",
3
+ "version": "0.8.127",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -11,5 +11,5 @@
11
11
  },
12
12
  "author": "Michał Łaszczewski <michal@emikse.com>",
13
13
  "license": "BSD-3-Clause",
14
- "gitHead": "2aa34c0589d115aeaa573bd2cae09bb43a66d162"
14
+ "gitHead": "4c2787b59fcfd2a62f3e9345f0a3a3e855584cb7"
15
15
  }