aotrautils 0.0.494 → 0.0.496

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 (04/02/2023-12:43:00)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (04/02/2023-14:29:01)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4866,7 +4866,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4866
4866
 
4867
4867
 
4868
4868
 
4869
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (04/02/2023-12:43:00)»*/
4869
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (04/02/2023-14:29:01)»*/
4870
4870
  /*-----------------------------------------------------------------------------*/
4871
4871
  /* ## Utility global methods in a browser (htmljs) client environment.
4872
4872
  *
@@ -12988,7 +12988,7 @@ createOritaMicroClient=function(url, port, isNode=false){
12988
12988
  };
12989
12989
 
12990
12990
 
12991
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (04/02/2023-12:43:00)»*/
12991
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (04/02/2023-14:29:01)»*/
12992
12992
  /*-----------------------------------------------------------------------------*/
12993
12993
 
12994
12994
 
@@ -14216,7 +14216,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14216
14216
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14217
14217
 
14218
14218
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14219
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (04/02/2023-12:43:00)»*/
14219
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (04/02/2023-14:29:01)»*/
14220
14220
  /*-----------------------------------------------------------------------------*/
14221
14221
 
14222
14222
 
@@ -14584,6 +14584,11 @@ WebsocketImplementation={
14584
14584
  onClientLostListeners:[],
14585
14585
 
14586
14586
  clientPingIntervalMillis:5000,
14587
+ setPingPongTimeout:(clientPingIntervalMillis)=>{
14588
+ nodeServerInstance.clientPingIntervalMillis=clientPingIntervalMillis;
14589
+ return nodeServerInstance;
14590
+ },
14591
+
14587
14592
  // clientsSockets:[],
14588
14593
  serverSocket:serverSocket,
14589
14594
 
@@ -14718,7 +14723,7 @@ WebsocketImplementation={
14718
14723
 
14719
14724
  // DBG
14720
14725
  lognow("(SERVER) WebsocketImplementation.useSocketIOImplementation:"+WebsocketImplementation.useSocketIOImplementation);
14721
- lognow("(SERVER) dataWrapped:"+dataWrapped);
14726
+ // lognow("(SERVER) dataWrapped:"+dataWrapped);
14722
14727
 
14723
14728
 
14724
14729
  // TODO : FIXME : Use one single interface !
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.494",
3
+ "version": "0.0.496",
4
4
  "main": "aotrautils.build.js",
5
5
  "description": "A library for vanilla javascript utils (client-side) used in aotra javascript CMS",
6
6
  "author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",