Skip to content

Commit ec8d94b

Browse files
hyeming-kingViolet-Bora-Lee
authored andcommitted
[웹소켓] 기존 번역 보완 - line202 (#1616)
1 parent 3c3a8ab commit ec8d94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/11-websocket/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The `socket.bufferedAmount` property stores how many bytes remain buffered at th
199199
We can examine it to see whether the socket is actually available for transmission.
200200

201201
```js
202-
// every 100ms examine the socket and send more data
202+
// 100ms마다 소켓을 확인해 쌓여있는 바이트가 없는 경우에만
203203
// only if all the existing data was sent out
204204
setInterval(() => {
205205
if (socket.bufferedAmount == 0) {

0 commit comments

Comments
 (0)