Update websocket.js

This commit is contained in:
Namhyeon Go 2022-02-14 17:25:06 +09:00 committed by GitHub
parent be70c6631f
commit 8c6bd8985f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,9 +39,9 @@ var WebsocketObject = function() {
this.binPath, this.binPath,
"-n1", "-n1",
"-t", "-t",
uri,
"--ping-timeout", "--ping-timeout",
1, 1,
uri,
"<", "<",
FN FN
]); ]);