Skip to content

Conversation

@ktf
Copy link
Member

@ktf ktf commented Jul 9, 2021

Without this, it is possible that a late arriving event will not be processed
until some data actually arrives on one of the channels, unblocking the event
loop. This should obviate to the problem by triggering an aync libuv event
which will unblock the event loop without the need for data.

Without this, it possible that a late arriving event will not be processed
until some data actually arrives on one of the channels, unblocking the event
loop. This should obviate to the problem by triggering an aync libuv event
which will unblock the event loop without the need for data.
@ktf ktf requested a review from a team as a code owner July 9, 2021 13:18
@ktf
Copy link
Member Author

ktf commented Jul 9, 2021

@davidrohr not tested, but should improve the delivery of the callbacks.

Copy link
Collaborator

@davidrohr davidrohr left a comment

Choose a reason for hiding this comment

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

I checked this and it doesn't break my tests.
But we need a release and RPMs to deploy on the EPNs and test with AliECS. Probably still needs some patches elsewhere.
Since it doesn't break anything, I propose to merge it.

@ktf ktf merged commit c175aa0 into AliceO2Group:dev Jul 12, 2021
@ktf ktf deleted the early-callbacks-2 branch July 12, 2021 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants