Uh oh!
There was an error while loading. Please reload this page.
🎨feat : Socket module 정리 및 manager control 추가 - #3
Open
raymondanythings wants to merge 7 commits into
Open
Conversation
- Socket 신규 매소드 타입 추론 안되던 문제 해결 - Manager를 클래스화 하여 맴버변수로 기 연결된 소켓 상태 관리 - socket 이벤트 리스너 생성 시 기존 리스너가 존재할 경우 체크
raymondanythings
requested review from
HerrineKim, SoJeongMun, cheonkyu0 and ydw1996February 3, 2023 05:38
Uh oh!
There was an error while loading. Please reload this page.
cheonkyu0
approved these changes
Feb 4, 2023
- useSocket Error 핸들러 추가 - login, home screen -> gql query 추가 - user store 활용, 유저객체 핸들링
| import store from 'store/index' | ||
| import { GetMeQuery } from '__api__/types' | ||
| const GET_ME = gql` |
cheonkyu0
approved these changes
Feb 6, 2023
ydw1996
approved these changes
Feb 7, 2023
HerrineKim
approved these changes
Feb 7, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ PR 체크리스트
PR 타입
설명하실 변경 사항은 어떤 종류인가요?
이슈 번호 : #3
해당 PR이 프로젝트에 큰 영향이 있나요?
작업 내용
추가 설명
유저 데이터를 저장하기 위해 redis scheme 생각해야함.