aotrautils-srv 0.0.750 → 0.0.752

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.
aotrautils-srv/README.md CHANGED
@@ -24,8 +24,6 @@ https://alqemia.com
24
24
  ## Usage
25
25
  `require("aotrautils-srv");`
26
26
 
27
- ## Tests
28
- Tested with a dedicated yesbot server. TODO : <add public yesbot brian results URL>
29
27
 
30
28
  ## Contributing
31
29
  At maintainer's discretion.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- /*utils COMMONS library associated with aotra version : «1_29072022-2359 (09/02/2024-21:54:52)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (10/02/2024-01:29:48)»*/
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 (09/02/2024-21:54:52)»*/
5170
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (10/02/2024-01:29:48)»*/
5171
5171
  /*-----------------------------------------------------------------------------*/
5172
5172
 
5173
5173
 
@@ -5545,8 +5545,9 @@ WebsocketImplementation={
5545
5545
 
5546
5546
  receptionEntryPoints:[],
5547
5547
 
5548
- close:()=>{
5549
- this.serverSocket?.close();
5548
+ close:(doOnCloseServer)=>{
5549
+ nodeServerInstance.serverSocket?.close();
5550
+ doOnCloseServer?();
5550
5551
  },
5551
5552
 
5552
5553
  receive:(channelNameParam, doOnIncomingMessage, clientsRoomsTag=null)=>{
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.750",
3
+ "version": "0.0.752",
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)",