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

Avoid event listeners leak #36

Closed
Luluno01 opened this issue Oct 16, 2019 · 0 comments
Closed

Avoid event listeners leak #36

Luluno01 opened this issue Oct 16, 2019 · 0 comments
Labels

Comments

@Luluno01
Copy link

Bug Description

If somehow the server won't respond to an in-game item query (via inspectItem), there will be a inspectItem#<item-id> event listener leak.

If you send the inspect requests too frequently or send invalid requests, the server will ignore some of the requests, i.e. the server may never respond to some specific requests. This will cause a event listener leak until the same item is finally "inspected" again successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants