@hastehaul/common 2.0.29 → 2.0.30
Sign up to get free protection for your applications and to get access to all the features.
@@ -46,14 +46,7 @@ class SocketWrapper {
|
|
46
46
|
// credentials: true,
|
47
47
|
},
|
48
48
|
});
|
49
|
-
|
50
|
-
console.info("Socket.io Server Connected!");
|
51
|
-
resolve();
|
52
|
-
});
|
53
|
-
this._io.on("error", (error) => {
|
54
|
-
console.error("Error in Socket.io", error);
|
55
|
-
reject(error);
|
56
|
-
});
|
49
|
+
resolve();
|
57
50
|
});
|
58
51
|
});
|
59
52
|
}
|