Deployed 2aaf596 with MkDocs version: 1.1.2
This commit is contained in:
parent
ef4dd2647a
commit
55abc27a64
@ -98,6 +98,10 @@
|
||||
|
||||
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
|
||||
<ul class="nav flex-column">
|
||||
<li class="nav-item" data-level="2"><a href="#1024-2020-08-15" class="nav-link">[10.2.4] - 2020-08-15</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#1023-2020-08-15" class="nav-link">[10.2.3] - 2020-08-15</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
@ -959,6 +963,8 @@
|
||||
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<p>All changes to this project will be documented in this file.</p>
|
||||
<h2 id="1024-2020-08-15">[10.2.4] - 2020-08-15</h2>
|
||||
<p>(socket server) in the loop accepting connections, call select without a timeout on unix to avoid busy looping, and only wake up when a new connection happens</p>
|
||||
<h2 id="1023-2020-08-15">[10.2.3] - 2020-08-15</h2>
|
||||
<p>(socket server) instead of busy looping with a sleep, only wake up the GC thread when a new thread will have to be joined, (we know that thanks to the ConnectionState OnSetTerminated callback</p>
|
||||
<h2 id="1022-2020-08-15">[10.2.2] - 2020-08-15</h2>
|
||||
|
@ -265,5 +265,5 @@ webSocket.send("hello world");
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.1.2
|
||||
Build Date UTC : 2020-08-15 23:25:19.315602+00:00
|
||||
Build Date UTC : 2020-08-16 01:33:50.418977+00:00
|
||||
-->
|
||||
|
File diff suppressed because one or more lines are too long
18
sitemap.xml
18
sitemap.xml
@ -1,39 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-15</lastmod>
|
||||
<lastmod>2020-08-16</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-15</lastmod>
|
||||
<lastmod>2020-08-16</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-15</lastmod>
|
||||
<lastmod>2020-08-16</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-15</lastmod>
|
||||
<lastmod>2020-08-16</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-15</lastmod>
|
||||
<lastmod>2020-08-16</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-15</lastmod>
|
||||
<lastmod>2020-08-16</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-15</lastmod>
|
||||
<lastmod>2020-08-16</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-15</lastmod>
|
||||
<lastmod>2020-08-16</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url><url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2020-08-15</lastmod>
|
||||
<lastmod>2020-08-16</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user