tg menu: auto-clear stale binary on start failure; remove redundant keepalive call

menu_telegram_mtproxy: delete the binary on [FAIL] so the next [1] press
triggers a fresh download. Previously the binary silently stayed on disk,
causing a stuck crash loop for users who had a pre-April-21 build.

tunnel.go: remove the duplicate configureWSKeepalive call from readLoop —
connectTunnelWS already configures read limit, deadline, and ping/pong
handlers before handing the connection to the caller.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Necronicle 2026-04-22 14:05:30 +03:00
parent e3b794dd74
commit 3cce5435f3
11 changed files with 2 additions and 1 deletions