podchat-browser 12.7.2-snapshot.6 → 12.7.2-snapshot.7
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.
|
@@ -39848,13 +39848,13 @@ module.exports = function (thing, encoding, name) {
|
|
|
39848
39848
|
// }
|
|
39849
39849
|
// }, 5000);
|
|
39850
39850
|
|
|
39851
|
-
socketWatchTimeout && clearTimeout(socketWatchTimeout);
|
|
39852
|
-
socketWatchTimeout = setTimeout(() => {
|
|
39853
|
-
|
|
39854
|
-
|
|
39855
|
-
|
|
39856
|
-
|
|
39857
|
-
}, 5000);
|
|
39851
|
+
// socketWatchTimeout && clearTimeout(socketWatchTimeout);
|
|
39852
|
+
// socketWatchTimeout = setTimeout(() => {
|
|
39853
|
+
// if(socket.readyState !== 1) {
|
|
39854
|
+
// onCloseHandler(null);
|
|
39855
|
+
// socket.close();
|
|
39856
|
+
// }
|
|
39857
|
+
// }, 5000);
|
|
39858
39858
|
|
|
39859
39859
|
socket.onopen = function(event) {
|
|
39860
39860
|
waitForSocketToConnect(function() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "podchat-browser",
|
|
3
|
-
"version": "12.7.2-snapshot.
|
|
3
|
+
"version": "12.7.2-snapshot.7",
|
|
4
4
|
"description": "Javascript SDK to use POD's Chat Service - Browser Only",
|
|
5
5
|
"main": "./dist/node/chat.js",
|
|
6
6
|
"scripts": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"faker": "^5.5.3",
|
|
52
52
|
"kurento-utils": "^6.16.0",
|
|
53
53
|
"node-rsa": "^1.1.1",
|
|
54
|
-
"podasync-ws-only": "^2.7.10-snapshot.
|
|
54
|
+
"podasync-ws-only": "^2.7.10-snapshot.6",
|
|
55
55
|
"query-string": "^6.8.1",
|
|
56
56
|
"webrtc-adapter": "^8.0.0"
|
|
57
57
|
},
|