Skip to content

Commit

Permalink
fix: Terminate broken connections (#179)
Browse files Browse the repository at this point in the history
Fixes #58 [skip ci] 5bdfe2d
  • Loading branch information
kodiakhq[bot] committed Aug 11, 2021
1 parent 615696b commit 378d2f9
Show file tree
Hide file tree
Showing 12 changed files with 3,584 additions and 14 deletions.
2 changes: 1 addition & 1 deletion api/assets/js/search.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion api/classes/clienterror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2757,6 +2757,9 @@
</li>
</ul>
</li>
<li class=" tsd-kind-class">
<a href="connectiontimeouterror.html" class="tsd-kind-icon">Connection<wbr>Timeout<wbr>Error</a>
</li>
<li class=" tsd-kind-class">
<a href="invalidhandshakechallengeerror.html" class="tsd-kind-icon">Invalid<wbr>Handshake<wbr>Challenge<wbr>Error</a>
</li>
Expand Down Expand Up @@ -2999,7 +3002,7 @@ <h3>name</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/relaycorp/relaynet-poweb-js/blob/0224602/src/lib/errors.ts#L6">src/lib/errors.ts:6</a></li>
<li>Defined in <a href="https://github.com/relaycorp/relaynet-poweb-js/blob/5bdfe2d/src/lib/errors.ts#L6">src/lib/errors.ts:6</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
Expand Down
Loading

0 comments on commit 378d2f9

Please sign in to comment.