Skip to content

Commit

Permalink
Revert change auto-releasing fetch only widgets
Browse files Browse the repository at this point in the history
This was discussed as being wrong in an earlier revision of the patch,
but accidentally made it into the final revision.

Follow-up for #4939
  • Loading branch information
niloc132 committed Dec 13, 2023
1 parent ec1e808 commit f8452dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ public Promise<JsWidget> refetch() {
}
fireEvent(EVENT_CLOSE);
closeStream();
connection.releaseTicket(getTicket());
});
messageStream.onEnd(status -> {
closeStream();
Expand Down

0 comments on commit f8452dd

Please sign in to comment.