Skip to content

Commit

Permalink
[롱폴링] 본문 번역 - line68 (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
egddbr1213 authored and Violet-Bora-Lee committed Dec 8, 2022
1 parent 9acc100 commit ba8542f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5-network/10-long-polling/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function subscribe() {
subscribe();
```

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

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

0 comments on commit ba8542f

Please sign in to comment.