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

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

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
5 checks passed
@mykola-mokhnach mykola-mokhnach deleted the listeners_intf branch January 21, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants