diff --git a/_examples/ping_20s.html b/_examples/ping_20s.html index 46993c8..ea84e13 100644 --- a/_examples/ping_20s.html +++ b/_examples/ping_20s.html @@ -101,7 +101,7 @@ end
// will throw an exception if connection fails
 let nc = await connect({
-    pingInterval: 20*2000, //20s
+    pingInterval: 20*1000, //20s
     url: "nats://demo.nats.io:4222"
 });
 nc.close();
diff --git a/docs/developer/concepts/acks.html b/docs/developer/concepts/acks.html
index 2b76a70..04e8218 100644
--- a/docs/developer/concepts/acks.html
+++ b/docs/developer/concepts/acks.html
@@ -1658,10 +1658,9 @@
             
 
             
-            
-            
-        
-    
-        
  • +
  • @@ -1692,7 +1686,7 @@
  • -
  • +
  • @@ -1706,7 +1700,7 @@
  • diff --git a/docs/developer/concepts/intro.html b/docs/developer/concepts/intro.html index 63a5a6c..3284f75 100644 --- a/docs/developer/concepts/intro.html +++ b/docs/developer/concepts/intro.html @@ -1656,10 +1656,9 @@ - - - - -
  • +
  • @@ -1690,7 +1684,7 @@
  • -
  • +
  • @@ -1704,7 +1698,7 @@