aotrautils-srv 0.0.221 → 0.0.222

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 COMMONS library associated with aotra version : «1.0.0.000 (22/07/2022-00:54:19)»*/
3
+ /*utils COMMONS library associated with aotra version : «1.0.0.000 (22/07/2022-01:01:02)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4828,7 +4828,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4828
4828
 
4829
4829
 
4830
4830
 
4831
- /*utils SERVER library associated with aotra version : «1.0.0.000 (22/07/2022-00:54:19)»*/
4831
+ /*utils SERVER library associated with aotra version : «1.0.0.000 (22/07/2022-01:01:02)»*/
4832
4832
  /*-----------------------------------------------------------------------------*/
4833
4833
 
4834
4834
 
@@ -5312,6 +5312,10 @@ WebsocketImplementation={
5312
5312
  // nodeServerInstance.clientsSockets.push(clientSocket);
5313
5313
 
5314
5314
 
5315
+ // DBG
5316
+ clientSocket.clientId=getUUID();
5317
+
5318
+
5315
5319
  // DBG
5316
5320
  console.log("nodeServerInstance.receptionEntryPoints.length:",nodeServerInstance.receptionEntryPoints.length);
5317
5321
 
@@ -5589,9 +5593,6 @@ WebsocketImplementation={
5589
5593
 
5590
5594
  const clientSocket=nodeClientInstance.clientSocket;
5591
5595
 
5592
- // DBG
5593
- clientSocket.clientId=getUUID();
5594
-
5595
5596
  doOnConnection(nodeClientInstance, clientSocket);
5596
5597
 
5597
5598
  // We execute the listeners entry points registration :
@@ -5750,8 +5751,6 @@ WebsocketImplementation={
5750
5751
 
5751
5752
  const clientSocket=browserInstance.clientSocket;
5752
5753
 
5753
- // DBG
5754
- clientSocket.clientId=getUUID();
5755
5754
 
5756
5755
  doOnConnection(browserInstance, clientSocket);
5757
5756
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.221",
3
+ "version": "0.0.222",
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)",