Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Unregister PipelineInterpreter from event bus #79

Merged
merged 1 commit into from Aug 16, 2016
Merged

Conversation

edmundoa
Copy link
Contributor

Message decorators and the pipeline simulator create new instances of PipelineInterpreters that never get garbage collected, as they are still registered in the event bus.

These changes add a simple workaround for that. We should probably refactor the lifecycle of the PipelineInterpreter, but this is probably not the best time to do it.

Message decorators and the pipeline simulator create new instances of
PipelineInterpreters that never get garbage collected, as they are still
registered in the event bus.

These changes add a simple workaround for that. We should probably
refactor the lifecycle of the PipelineInterpreter, but this is probably
not the best time to do it.
@edmundoa edmundoa added this to the 1.1.0 milestone Aug 12, 2016
@bernd bernd self-assigned this Aug 16, 2016
@bernd
Copy link
Member

bernd commented Aug 16, 2016

LGTM 👍

@bernd bernd merged commit 944c7b9 into master Aug 16, 2016
@bernd bernd deleted the unregister-event-bus branch August 16, 2016 10:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants