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

Improved HyperHDR web server startup #351

Merged
merged 4 commits into from Sep 18, 2022
Merged

Conversation

awawa-dev
Copy link
Owner

@awawa-dev awawa-dev commented Sep 17, 2022

Currently, the start of the http & https webserver was not synchronized with the start of the proper instance. This led to non-critical deadlocks when the HyperHDR website was opened by the user and the HyperHDR was restarted at the same time. After reloading the page, it was also possible to select the wrong instance. The patch synchronizes the start of the web server when the instance is ready for use.

@awawa-dev awawa-dev added the bug Something isn't working label Sep 17, 2022
@awawa-dev awawa-dev merged commit 785fc77 into master Sep 18, 2022
@awawa-dev awawa-dev deleted the Improved_webserver_start branch September 18, 2022 23:11
chbartsch pushed a commit to chbartsch/HyperHDR that referenced this pull request Nov 29, 2022
* Improved webserver start

* Wait for the start report from all instances

* Fix web page loader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant