aotrautils-srv 0.0.137 → 0.0.138

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 (16/07/2022-17:37:36)»*/
3
+ /*utils COMMONS library associated with aotra version : «1.0.0.000 (17/07/2022-01:14:24)»*/
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 (16/07/2022-17:37:36)»*/
4831
+ /*utils SERVER library associated with aotra version : «1.0.0.000 (17/07/2022-01:14:24)»*/
4832
4832
  /*-----------------------------------------------------------------------------*/
4833
4833
 
4834
4834
 
@@ -5187,23 +5187,21 @@ WebsocketImplementation={
5187
5187
  };
5188
5188
 
5189
5189
 
5190
+ // CURRENT :
5191
+ lognow(">>>> WebsocketImplementation.useSocketIOImplementation:",WebsocketImplementation.useSocketIOImplementation);
5190
5192
 
5193
+
5191
5194
 
5192
5195
  if(!WebsocketImplementation.useSocketIOImplementation) clientSocketParam.addEventListener("message", doOnMessage);
5193
5196
  else clientSocketParam.on(channelName, doOnMessage);
5194
5197
 
5195
-
5196
-
5197
- // DBG
5198
- nodeServerInstance.serverSocket.on("protocol",()=>{
5199
-
5200
- // DBG
5201
- lognow("FUUUUUUUUUUUUUUUUUUUCK");
5202
-
5203
- });
5198
+ // // DBG
5199
+ // nodeServerInstance.serverSocket.on("protocol",()=>{
5200
+ // // DBG
5201
+ // lognow("FUUUUUUUUUUUUUUUUUUUCK");
5202
+ // });
5204
5203
 
5205
5204
 
5206
-
5207
5205
  },
5208
5206
  };
5209
5207
 
@@ -5304,6 +5302,9 @@ WebsocketImplementation={
5304
5302
  // DBG
5305
5303
  console.log("ENTRY POINT !");
5306
5304
 
5305
+ // CURRENT 0 ;
5306
+ ////
5307
+
5307
5308
  receptionEntryPoint.execute(clientSocket);
5308
5309
  });
5309
5310
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.137",
3
+ "version": "0.0.138",
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)",