Skip to content

fix: Assign method call listeners directly to the proxy instance #2102

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 4 commits into from
Jan 21, 2024

Conversation

mykola-mokhnach
Copy link
Contributor

Change list

There is a lot of dark magic in ByteBuddy. I've managed to find a way to attach method call listeners directly to the proxy instance, which should simplify the actual implementation and avoid some specific memory leaks.

Types of changes

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@mykola-mokhnach mykola-mokhnach merged commit a2e839d into appium:master Jan 21, 2024
@mykola-mokhnach mykola-mokhnach deleted the listeners_intf branch January 21, 2024 16:40
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants