Skip to content

Commit

Permalink
feat(naming) adds naming to sockets and threads for debugging
Browse files Browse the repository at this point in the history
also adds some debug functions to have a detailed view of
yielding and resuming of threads in the scheduler.
  • Loading branch information
Tieske committed Jul 26, 2022
1 parent 5dc8ba1 commit 4f7beb5
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 45 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -109,7 +109,7 @@ <h2><a name="history"></a>History</h2>

<dt><strong>Copas 3.0.0</strong> [12/Nov/2021]</dt>
<dd><ul>
<li>[breaking] Change: copas.addserver() now uses the timeout value as a copas timeout,
<li>[breaking] Change: copas.addserver() now uses the timeout value as a copas timeout,
instead of a luasocket timeout. The client sockets for incoming connections will
inherit the timeout from the server socket.</li>
<li>Added: support for SNI on TLS connections #81 (@amyspark)</li>
Expand Down

0 comments on commit 4f7beb5

Please sign in to comment.