aotrautils-srv 0.0.57 → 0.0.58

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- /*utils SERVER library associated with aotra version : «1.0.0.000 (12/07/2022-01:46:32)»*/
3
+ /*utils SERVER library associated with aotra version : «1.0.0.000 (12/07/2022-23:38:30)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -340,9 +340,11 @@ WebsocketImplementation={
340
340
 
341
341
  nodeServerInstance.receptionEntryPoints.push(receptionEntryPoint);
342
342
 
343
- // // DBG
344
- // console.log("ADD RECEPTION ENTRY POINT channelName:«"+channelName+"»! nodeServerInstance.receptionEntryPoints.length:",nodeServerInstance.receptionEntryPoints.length);
345
-
343
+
344
+ // DBG
345
+ console.log("ADD RECEPTION ENTRY POINT channelName:«"+channelName+"»! nodeServerInstance.receptionEntryPoints.length:",nodeServerInstance.receptionEntryPoints.length);
346
+
347
+
346
348
  return nodeServerInstance;
347
349
  },
348
350
 
@@ -417,8 +419,8 @@ WebsocketImplementation={
417
419
  console.log("SERVER : ON CONNECTION !");
418
420
 
419
421
 
420
- // if(contains(nodeServerInstance.clientsSockets, clientSocket)) return;
421
- // nodeServerInstance.clientsSockets.push(clientSocket);
422
+ // if(contains(nodeServerInstance.clientsSockets, clientSocket)) return;
423
+ // nodeServerInstance.clientsSockets.push(clientSocket);
422
424
 
423
425
 
424
426
  // DBG
@@ -1298,7 +1300,7 @@ function getListManager(config){
1298
1300
 
1299
1301
 
1300
1302
 
1301
- /*utils COMMONS library associated with aotra version : «1.0.0.000 (12/07/2022-01:46:32)»*/
1303
+ /*utils COMMONS library associated with aotra version : «1.0.0.000 (12/07/2022-23:38:30)»*/
1302
1304
  /*-----------------------------------------------------------------------------*/
1303
1305
 
1304
1306
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "main": "aotrautils-srv.build.js",
5
5
  "description": "A library for vanilla javascript utils (server-side) used in aotra javascript CMS",
6
6
  "author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",