fix(client): survive liveness loss without killing SOCKS listener

This commit is contained in:
zarazaex69
2026-05-21 13:42:22 +03:00
parent bfa6d73ad1
commit 4b7185f411
26 changed files with 135 additions and 17 deletions
+1
View File
@@ -30,6 +30,7 @@ func (s *stubLink) SetReconnectCallback(func()) {}
func (s *stubLink) SetShouldReconnect(func() bool) {}
func (s *stubLink) SetEndedCallback(func(string)) {}
func (s *stubLink) WatchConnection(context.Context) {}
func (s *stubLink) Reconnect(string) {}
func (s *stubLink) Features() transport.Features { return transport.Features{} }
func (s *stubLink) Send(data []byte) error {
s.mu.Lock()