aotrautils-srv 0.0.772 → 0.0.774

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_29072022-2359 (11/02/2024-01:33:50)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (11/02/2024-02:19:10)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -5167,7 +5167,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5167
5167
 
5168
5168
 
5169
5169
 
5170
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (11/02/2024-01:33:50)»*/
5170
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (11/02/2024-02:19:10)»*/
5171
5171
  /*-----------------------------------------------------------------------------*/
5172
5172
 
5173
5173
 
@@ -5495,7 +5495,7 @@ WebsocketImplementation={
5495
5495
  },
5496
5496
 
5497
5497
 
5498
- getServer_OFF:(listenableServer)=>{
5498
+ getServer:(listenableServer)=>{
5499
5499
 
5500
5500
  if(!WebsocketImplementation.isNodeContext){
5501
5501
  // TRACE
@@ -5546,8 +5546,6 @@ WebsocketImplementation={
5546
5546
 
5547
5547
  receptionEntryPoints:[],
5548
5548
 
5549
- // DBG
5550
- mouarf:true,
5551
5549
  close:(doOnCloseServer)=>{
5552
5550
  nodeServerInstance.serverSocket?.close(()=>{
5553
5551
  nodeServerInstance.listenableServer?.close(doOnCloseServer);
@@ -5828,13 +5826,6 @@ WebsocketImplementation={
5828
5826
 
5829
5827
  };
5830
5828
 
5831
- // DBG
5832
- nodeServerInstance.debug="GRUUU";
5833
- lognow("=========>nodeServerInstance",nodeServerInstance);
5834
-
5835
-
5836
-
5837
-
5838
5829
  // Join room server part protocol :
5839
5830
  nodeServerInstance.receive("protocol",(message, clientSocket)=>{
5840
5831
 
@@ -5859,9 +5850,7 @@ WebsocketImplementation={
5859
5850
  });
5860
5851
 
5861
5852
 
5862
- // DBG
5863
- lognow("~~~~~~~~~~~~~~~~~~~~nodeServerInstance:",nodeServerInstance);
5864
-
5853
+
5865
5854
  return nodeServerInstance;
5866
5855
  },
5867
5856
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.772",
3
+ "version": "0.0.774",
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)",