You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
리팩토링 이유
socket.ts 파일의 책임이 막중하기에 리팩토링이 필요합니다.
채팅이 여러번 들어왔을 때 기존 API 방식의 경우 요청을 보내고 응답을 기다리는 동안 loading state가 변하지 않아서 모달이 잘 동작했지만
소켓 방식의 경우 요청과 응답을 받는 과정이 분리되어있기에 loading state를 변하게 하는 방식은 변화가 필요합니다.
The text was updated successfully, but these errors were encountered:
우리 성하가 너무 멋진 기능을 완성시키면서 소켓 통신을 뚫었습니다.
리팩토링 이유
socket.ts 파일의 책임이 막중하기에 리팩토링이 필요합니다.
채팅이 여러번 들어왔을 때 기존 API 방식의 경우 요청을 보내고 응답을 기다리는 동안 loading state가 변하지 않아서 모달이 잘 동작했지만
소켓 방식의 경우 요청과 응답을 받는 과정이 분리되어있기에 loading state를 변하게 하는 방식은 변화가 필요합니다.
The text was updated successfully, but these errors were encountered: