Potential fix for an issue where the telnet client was reconnecting right at the same time we try to shut down spothole, causing the stop() method to close one telnet object but then a new one is created and read from anyway.

This commit is contained in:
Ian Renton
2026-09-19 07:55:12 +01:00
parent ab81c136cc
commit 59d5f61d90
10 changed files with 41 additions and 23 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
</div>
<script src="/static/js/alerts.js?v=1789763826"></script>
<script src="/static/js/alerts.js?v=1789800912"></script>
<script>$(document).ready(function () {
$("#nav-link-alerts").addClass("active");
}); <!-- highlight active page in nav --></script>