Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<a id="toggleAll" href="#">Expand/Collapse All to allow Search</a> <script type="text/javascript"> AJS.toInit(function () { AJS.$('#toggleAll').click(function() { jQuery(".expand-control").each(function()

{ jQuery(this).trigger("click");}

) }); }); </script>


Expand
titlev2.3.3 March May 5, 2023


Expand
titleWhat's New or Improved



Expand
titleWhat's Fixed
  • Fixed an issue with auto-reconnect for Bridge Client on keep alive timeout
  • Fixed an issue with handling of QoS 0 PUBLISH on recently disconnected client sessions


...