getstream
Advanced tools
Comparing version 3.21.0-beta.3 to 3.21.0-beta.4
@@ -506,3 +506,5 @@ "use strict"; | ||
if (this.fayeClient === null) { | ||
this.fayeClient = new Faye.Client(this.fayeUrl); | ||
this.fayeClient = new Faye.Client(this.fayeUrl, { | ||
timeout: 10 | ||
}); | ||
var authExtension = this.getFayeAuthorization(); | ||
@@ -509,0 +511,0 @@ this.fayeClient.addExtension(authExtension); |
@@ -14,3 +14,3 @@ { | ||
"license": "BSD-3-Clause", | ||
"version": "3.21.0-beta.3", | ||
"version": "3.21.0-beta.4", | ||
"scripts": { | ||
@@ -17,0 +17,0 @@ "build": "babel src --out-dir lib", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
13339186
22170