badmfck-api-server 2.4.5 → 2.4.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -26,6 +26,7 @@ class HUBService extends BaseService_1.BaseService {
|
|
26
26
|
path: "/hub"
|
27
27
|
});
|
28
28
|
wss.on("connection", (ws) => {
|
29
|
+
(0, LogService_1.logInfo)("HUBService: new connection on wss server");
|
29
30
|
const conn = new HUBConnection_1.HUBConnection({
|
30
31
|
ws: ws,
|
31
32
|
privateKey: this.options.hubPrivateKey,
|