We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de9f1e commit 5a24efdCopy full SHA for 5a24efd
component/keepalive/tcp_keepalive.go
@@ -35,7 +35,7 @@ func KeepAliveInterval() time.Duration {
35
36
func SetDisableKeepAlive(disable bool) {
37
if runtime.GOOS == "android" {
38
- setDisableKeepAlive(false)
+ setDisableKeepAlive(true)
39
} else {
40
setDisableKeepAlive(disable)
41
}
0 commit comments