Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,13 @@ public void processElement(Object untypedElem) throws Exception {
public void processTimers() {}

@Override
public void finishBundle() throws Exception {}
public void finishBundle() throws Exception {
this.receiver = null;
}

@Override
public void abort() throws Exception {}
public void abort() throws Exception {
this.receiver = null;
}
}
}
Loading