We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sendToRoomAndMe
소켓으로 메시지 전송 후 그 성공여부 + 응답을 자기자신이 확인하기 위해 sendToRoomAndMe 를 사용하고 있음
2p3s-backend-system/src/scrum-dice/scrum-dice.gateway.ts
Lines 275 to 291 in 74eb006
성공했을 때, 그에 대한 응답이 오면 화면이 갱신되도록 하고 싶음 하지만 따로 성공여부 응답을 받지않고 클릭되면 자기 화면 갱신 + 소켓 이벤트 발생을 시키기만 해도 될듯?
실패했을 때를 어떻게 감지하면 좋을것인가 애매해짐?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
소켓으로 메시지 전송 후 그 성공여부 + 응답을 자기자신이 확인하기 위해 sendToRoomAndMe 를 사용하고 있음
2p3s-backend-system/src/scrum-dice/scrum-dice.gateway.ts
Lines 275 to 291 in 74eb006
성공했을 때, 그에 대한 응답이 오면 화면이 갱신되도록 하고 싶음
하지만 따로 성공여부 응답을 받지않고 클릭되면 자기 화면 갱신 + 소켓 이벤트 발생을 시키기만 해도 될듯?
실패했을 때를 어떻게 감지하면 좋을것인가 애매해짐?
The text was updated successfully, but these errors were encountered: