-
-
Notifications
You must be signed in to change notification settings - Fork 674
fix: memory leak in Agent #4425
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
Conversation
|
Can you add a unit test? |
|
Added a unit test for the referenced issue. |
metcoder95
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your report is correct, but I’m not 100% what’s the side effect of it; can you take a look? I’ll try to take a look at it Tomorrow or later this week
|
There are relevant regressions |
3f6db98 to
e32d948
Compare
|
I've pushed a new version to fix the tests. Some other changes worth noting:
|
mcollina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm on green CI
gurgunday
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This relates to...
#4424
Changes
Instead of using
originfrom theconnectanddisconnectevents, track client using the original key.Features
N/A
Bug Fixes
#4424
Breaking Changes and Deprecations
N/A
Status