mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-02 06:23:37 +02:00
fix(client): survive liveness loss without killing SOCKS listener
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user