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: 라켓 업데이트 방식 변경 #125

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Conversation

tomatozil
Copy link
Contributor

@tomatozil tomatozil commented Jun 10, 2024

  1. 라켓 업데이트 방식 변경
  • 전:
    정보 두개(1. 라켓 키를 누르고 있는지 여부 2. 위 방향키인지 아래 방향키인지)를 받아서 바로 라켓의 위치를 계산
  • 후:
    정보 한개(위 / 아래/ 안누름) 받아서 상태를 저장해놓음. 공 위치 계산할 때, 저장해놓은 상태로 라켓 위치 계산
  1. 유저 이미지 업로드/수정시 DB에 s3 path 저장하는 부분은 굳이 기다릴 필요 없을 것 같아서 await 키워드를 뺐거든요?
    비동기로 수행하라는 의도인데 await를 빼는게 맞는 방법인지는 더 공부해봐야 될 것 같음! 반박시 당신의 말이 맞음(진짜)

@tomatozil tomatozil merged commit 47cbdf7 into main Jun 10, 2024
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