@live-change/peer-connection-service 0.8.129 → 0.8.130
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/message.js +1 -1
- 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
|
-
|
|
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.
|
|
3
|
+
"version": "0.8.130",
|
|
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": "
|
|
14
|
+
"gitHead": "9fbe1673e887249a034819694bb283f948488731"
|
|
15
15
|
}
|