fix(fishing): clear stale sessions for deleted threads #10
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?
개요
낚시 진행 중 간헐적으로 발생하던 세션 종료/응답 문제와,
스레드 수동 삭제 이후 stale 세션이 남아 새 낚시 시작이 막히는 문제를 함께 정리했습니다.
작업 내용
/fishing status,/fishing dex,/fishing ranking응답을 deferred interaction에 맞게editReply()로 수정진행중인 낚시 세션이 없습니다로 처리되던 문제 수정원인
/fishing서브커맨드는 이미deferReply()된 인터랙션에 다시reply()를 호출하고 있었습니다./fishing cast에서 이미 진행 중으로 오인될 수 있었습니다.검증
yarn.cmd build성공/fishing dex,/fishing ranking응답 오류 수정