이벤트 티켓 암시적 구독 해지 경고 메시지 추가 #55
Merged
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 Summary
🌟 요약
어떤 것이 변경되었나요? 간략히 설명해주세요.
티켓을 명시적으로 구독해지하지 않으면 경고를 발생하는 로직을 추가했습니다.
📊 주요 변경 사항
주요 변경 사항을 적어주세요.
pykis/event/handler.py
,pykis/event/filters/product.py
파일의 이벤트 필터 객체에 repr 함수를 추가했습니다.pykis/event/handler.py
의__del__
함수에 명시적으로 해지되지 않았다면 경고를 출력하도록 수정했습니다.🎯 목적 및 영향
목적: 왜 이 PR이 필요한가요?
티켓을 명시적으로 구독 해지하지 않으면 경고를 발생하여 사용자에게 알립니다.
영향: 이 변경 사항이 어떤 영향을 미치나요?
의도치 않게 구독 해지 되었을 때 문제를 추적할 수 있습니다.