Deployed 1bb847a with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant 2020-02-12 11:33:06 -08:00
parent d8e0b70424
commit a2c9ae50d7
6 changed files with 35 additions and 9 deletions

View File

@ -94,6 +94,12 @@
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
<ul class="nav bs-sidenav">
<li class="main active"><a href="#changelog">Changelog</a></li>
<li><a href="#807-2020-02-12">[8.0.7] - 2020-02-12</a></li>
<li><a href="#806-2020-01-31">[8.0.6] - 2020-01-31</a></li>
<li><a href="#805-2020-01-31">[8.0.5] - 2020-01-31</a></li>
<li><a href="#804-2020-01-31">[8.0.4] - 2020-01-31</a></li>
<li><a href="#803-2020-01-30">[8.0.3] - 2020-01-30</a></li>
<li><a href="#802-2020-01-28">[8.0.2] - 2020-01-28</a></li>
<li><a href="#801-2020-01-28">[8.0.1] - 2020-01-28</a></li>
<li><a href="#800-2020-01-26">[8.0.0] - 2020-01-26</a></li>
<li><a href="#796-2020-01-22">[7.9.6] - 2020-01-22</a></li>
@ -189,6 +195,18 @@
<h1 id="changelog">Changelog</h1>
<p>All changes to this project will be documented in this file.</p>
<h2 id="807-2020-02-12">[8.0.7] - 2020-02-12</h2>
<p>(build) remove the unused subtree which was causing some way of installing to break</p>
<h2 id="806-2020-01-31">[8.0.6] - 2020-01-31</h2>
<p>(snake) add an option to disable answering pongs as response to pings, to test cobra client behavior with hanged connections </p>
<h2 id="805-2020-01-31">[8.0.5] - 2020-01-31</h2>
<p>(IXCobraConnection) set a ping timeout of 90 seconds. If no pong messages are received as responses to ping for a while, give up and close the connection</p>
<h2 id="804-2020-01-31">[8.0.4] - 2020-01-31</h2>
<p>(cobra to sentry) remove noisy logging</p>
<h2 id="803-2020-01-30">[8.0.3] - 2020-01-30</h2>
<p>(ixcobra) check if we are authenticated in publishNext before trying to publish a message</p>
<h2 id="802-2020-01-28">[8.0.2] - 2020-01-28</h2>
<p>Extract severity level when emitting messages to sentry</p>
<h2 id="801-2020-01-28">[8.0.1] - 2020-01-28</h2>
<p>Fix bug #151 - If a socket connection is interrupted, calling stop() on the IXWebSocket object blocks until the next retry</p>
<h2 id="800-2020-01-26">[8.0.0] - 2020-01-26</h2>

View File

@ -121,6 +121,14 @@ There is a unittest which can be executed by typing <code>make test</code>.</p>
<li><code>-DUSE_WS=1</code> will build the ws interactive command line tool</li>
</ul>
<p>If you are on Windows, look at the <a href="https://github.com/machinezone/IXWebSocket/blob/master/appveyor.yml">appveyor</a> file that has instructions for building dependencies.</p>
<p>It is also possible to externally include the project, so that everything is fetched over the wire when you build like so:</p>
<pre><code> ExternalProject_Add(
IXWebSocket
GIT_REPOSITORY https://github.com/machinezone/IXWebSocket.git
...
)
</code></pre>
<h3 id="vcpkg">vcpkg</h3>
<p>It is possible to get IXWebSocket through Microsoft <a href="https://github.com/microsoft/vcpkg">vcpkg</a>.</p>
<pre><code>vcpkg install ixwebsocket

View File

@ -226,5 +226,5 @@ webSocket.send(&quot;hello world&quot;);
<!--
MkDocs version : 1.0.4
Build Date UTC : 2020-01-28 18:50:14
Build Date UTC : 2020-02-12 19:33:06
-->

File diff suppressed because one or more lines are too long

View File

@ -2,37 +2,37 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2020-01-28</lastmod>
<lastmod>2020-02-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-28</lastmod>
<lastmod>2020-02-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-28</lastmod>
<lastmod>2020-02-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-28</lastmod>
<lastmod>2020-02-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-28</lastmod>
<lastmod>2020-02-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-28</lastmod>
<lastmod>2020-02-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2020-01-28</lastmod>
<lastmod>2020-02-12</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.