merge bugfix-unable-to-deliver-message branch

This commit is contained in:
Kevin Jahns 2017-07-31 15:40:25 +02:00
commit a05bb1d4f9
3 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "13.0.0-5",
"version": "13.0.0-7",
"lockfileVersion": 1,
"dependencies": {
"accepts": {

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "13.0.0-5",
"version": "13.0.0-7",
"description": "A framework for real-time p2p shared editing on any data",
"main": "./y.node.js",
"browser": "./y.js",

View File

@ -112,6 +112,7 @@ export default function extendConnector (Y/* :any */) {
isSynced: false,
role: role,
processAfterAuth: [],
auth: null,
receivedSyncStep2: false
})
let defer = {}