Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow main send messages to cluster frames #6835

Merged
merged 1 commit into from
Dec 28, 2022

Conversation

jansav
Copy link
Contributor

@jansav jansav commented Dec 27, 2022

Before this PR channel abstraction was not ready to be used for communicating from main to cluster-frame.

This was postponed since initial idea was to get rid of cluster-frame before we start using channel abstraction more.

However #6690 switched the base store to use Channel abstraction for syncing stores between processes. That broke all syncing from main to cluster-frame, meaning that we had to implement it in channel abstraction.

Fixes #6829

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
@jansav jansav added the enhancement New feature or request label Dec 27, 2022
@jansav jansav added this to the 6.3.1 milestone Dec 27, 2022
@jansav jansav requested a review from a team as a code owner December 27, 2022 13:35
@jansav jansav requested review from Nokel81 and aleksfront and removed request for a team December 27, 2022 13:35
@jansav jansav changed the title Allow main to message to cluster frames Allow main to send messages to cluster frames Dec 27, 2022
@jansav jansav changed the title Allow main to send messages to cluster frames Allow main send messages to cluster frames Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blank cluster screen when running a build from source (6.3)
3 participants