Skip to content

Commit ba8542f

Browse files
egddbr1213Violet-Bora-Lee
authored andcommitted
[롱폴링] 본문 번역 - line68 (#1659)
1 parent 9acc100 commit ba8542f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-network/10-long-polling/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function subscribe() {
6565
subscribe();
6666
```
6767

68-
As you can see, `subscribe` function makes a fetch, then waits for the response, handles it and calls itself again.
68+
롱 폴링을 구현한 함수 `subscribe`는 보시다시피 fetch를 사용해 요청을 보내고 응답이 올 때까지 기다린다음 응답을 처리하고 스스로 다시 요청을 보냅니다.
6969

7070
```warn header="Server should be ok with many pending connections"
7171
The server architecture must be able to work with many pending connections.

0 commit comments

Comments
 (0)