Skip to content

Commit

Permalink
lwcapi: fix push for new subs (#1684)
Browse files Browse the repository at this point in the history
If subs change after the data source has been pushed, then
it wouldn't push the high priority messages until the next
pull. Now it will go ahead and push if messages are ready.
  • Loading branch information
brharrington authored Aug 12, 2024
1 parent 727fd46 commit a11c6d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private[lwcapi] class WebSocketSessionManager(
} else {
// Only pull when no push happened, because push should have triggered a pull
// from downstream
pull(in)
onPull()
}
}
}
Expand Down

0 comments on commit a11c6d0

Please sign in to comment.