fix(fishing): avoid stale no-session response on session end #9
Loading…
Reference in New Issue
No description provided.
Delete Branch "myong_dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
개요
낚시 관련 명령에서 발생하던 응답 오류와 세션 종료 직전 레이스 조건 문제를 수정했습니다.
작업 내용
/fishing status,/fishing dex,/fishing ranking에서 deferred interaction에 맞게editReply()를 사용하도록 수정진행중인 낚시 세션이 없습니다로 처리되던 문제 수정원인
/fishing서브커맨드는 이미deferReply()된 인터랙션에 다시reply()를 호출하고 있었습니다.검증
yarn.cmd build성공/fishing dex,/fishing ranking응답 오류 수정/fishing cast성공 직전 입력 시 stale no-session 메시지 발생 조건 보완