Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 새로고침 할때 가끔 채팅구독이 안되는 문제 해결 #142

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

cheonjiyun
Copy link
Contributor

@cheonjiyun cheonjiyun commented Oct 29, 2024

작업 내용

새로고침할 때 생기는 문제가 아니였다. 랜덤하게 발생하는 문제였다.
소켓 연결이 끊기는게 아니라, 가끔 소켓 연결이 되기전에 구독함수를 먼저 하려고 한다.

(비동기 함수도 아닌데 왜 실행순서를 안지키는지 모르겠다;;)

useState를 하나 추가-> useEffect 의존성 배열에 추가 -> 웹소켓 연결이 될 때 상태 변경 -> 트리거 되어서 구독하는 함수를 한번더 호출


따라서 먼저 구독을 시도했을 경우, 연결됐을 때 한 번 더 실행함으로서 해결.

close #141

연결될때 useState를 변경해서 구독을 트리거 함
@cheonjiyun cheonjiyun merged commit 9f638fe into dev Oct 29, 2024
1 check passed
@cheonjiyun cheonjiyun deleted the feature/#141 branch October 29, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

새로고침하면 채팅구독이 안되는 문제 해결
1 participant