mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-20 02:30:27 +08:00
TUN-3738: Refactor observer to avoid potential of blocking on tunnel notifications
This commit is contained in:
committed by
Arég Harutyunyan
parent
8c9d725eeb
commit
04b1e4f859
@@ -53,7 +53,7 @@ func TestWaitForBackoffFallback(t *testing.T) {
|
||||
config := &TunnelConfig{
|
||||
Log: &log,
|
||||
ProtocolSelector: protocolSelector,
|
||||
Observer: connection.NewObserver(nil, nil, false),
|
||||
Observer: connection.NewObserver(nil, false),
|
||||
}
|
||||
connIndex := uint8(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user