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 leak in unsubscribe #72

Merged
merged 1 commit into from
Oct 15, 2020
Merged

Conversation

ghaskins
Copy link
Member

The previous fix only partially addressed the per-exchange leak that
we were observing. This should fix that logic such that the request
properly unsubscribes on completion.

There is still potentially another issue that remains related to an
obervation of an unexpectedly high number of registered connections,
which may mean that we are not properly detecting when a connection
is already listening, TBD.

Signed-off-by: Greg Haskins greg@manetu.com

The previous fix only partially addressed the per-exchange leak that
we were observing.  This should fix that logic such that the request
properly unsubscribes on completion.

There is still potentially another issue that remains related to an
obervation of an unexpectedly high number of registered connections,
which may mean that we are not properly detecting when a connection
is already listening, TBD.

Signed-off-by: Greg Haskins <greg@manetu.com>
Copy link

@ecb ecb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@ecb ecb merged commit ff4faf5 into protojure:master Oct 15, 2020
ghaskins added a commit that referenced this pull request Oct 15, 2020
Changes since v1.5.8
---------------------
ff4faf5 Fix leak in unsubscribe (#72)

Signed-off-by: Greg Haskins <greg@manetu.com>
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