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

Fix: Built-in rm2fb client corrupts the server state #89

Merged
merged 1 commit into from Jan 12, 2022

Conversation

LinusCDE
Copy link
Collaborator

Collecting problems found so far. Should in the end fix the issue found in #88. This will close #88.

Was an analog to the destroy() call on the c++ side.
Assumed this would be used by the client when closing,
but turns out, not the client neither the server ever
call this code. Seem to be an unused function that tripped
my when implementing it.

Dropping a framebuffer would cause the rm2fb stuff not to work
for any app until next reboot (effectively freezing the display).
@LoganDark
Copy link
Contributor

LoganDark commented Jan 12, 2022

I have confirmed this pull request fixes #88

@LinusCDE
Copy link
Collaborator Author

I have confirmed this pull request fixes #88

Nice!

(Please include the magic syntax closes #88 rather than close #88 - it matters on GitHub)

Slight variations usually work on GitLab. And GitHub even confirms this should work:

grafik

@LoganDark
Copy link
Contributor

And GitHub even confirms this should work:

Noticed that, which is why I deleted that part from my comment

@LinusCDE LinusCDE marked this pull request as ready for review January 12, 2022 02:48
@LinusCDE
Copy link
Collaborator Author

LinusCDE commented Jan 12, 2022

Will take your confirmation as review and go ahead to merge this.

(The CI failures seem to be GitHubs fault, not one of the actual changes)

@LinusCDE LinusCDE merged commit 02b5e3e into canselcik:master Jan 12, 2022
@LinusCDE LinusCDE added this to the 0.6.0 milestone Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Built-in rm2fb client corrupts the server state
2 participants