aotrautils 0.0.504 → 0.0.506

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 (05/02/2023-13:17:08)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/02/2023-14:31:22)»*/
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 (05/02/2023-13:17:08)»*/
4869
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (05/02/2023-14:31:22)»*/
4870
4870
  /*-----------------------------------------------------------------------------*/
4871
4871
  /* ## Utility global methods in a browser (htmljs) client environment.
4872
4872
  *
@@ -11733,6 +11733,10 @@ createFusrodaClient=function(doOnClientReady, doOnDataReception, urlParam=null,
11733
11733
  socketToServer.send("protocol", { type:"hello" });
11734
11734
  //1)
11735
11735
  socketToServer.receive("protocolConfig", (messageConfig)=>{
11736
+
11737
+ // DBG
11738
+ lognow("(CLIENT) (DEBUG) Received protocol config from server !messageConfig:",messageConfig);
11739
+
11736
11740
  //2)
11737
11741
  socketToServer.send("screenFrameRequest", {});
11738
11742
  socketToServer.receive("imagePacket", (doOnDataReception && doOnDataReception["image"]?doOnDataReception["image"]:()=>{/*DO NOTHING*/}));
@@ -12988,7 +12992,7 @@ createOritaMicroClient=function(url, port, isNode=false){
12988
12992
  };
12989
12993
 
12990
12994
 
12991
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (05/02/2023-13:17:08)»*/
12995
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (05/02/2023-14:31:22)»*/
12992
12996
  /*-----------------------------------------------------------------------------*/
12993
12997
 
12994
12998
 
@@ -14216,7 +14220,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14216
14220
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14217
14221
 
14218
14222
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14219
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (05/02/2023-13:17:08)»*/
14223
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (05/02/2023-14:31:22)»*/
14220
14224
  /*-----------------------------------------------------------------------------*/
14221
14225
 
14222
14226
 
@@ -15187,7 +15191,6 @@ WebsocketImplementation={
15187
15191
 
15188
15192
 
15189
15193
 
15190
- // CURRENT
15191
15194
  sendChainable:(channelNameParam, data, clientsRoomsTag=null)=>{
15192
15195
 
15193
15196
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.504",
3
+ "version": "0.0.506",
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)",