Skip to content

fix hang on linux when "Recompile shader on file change" is enabled#331

Open
nhkode wants to merge 1 commit intodfranx:masterfrom
nhkode:fix-inotify-select-hang
Open

fix hang on linux when "Recompile shader on file change" is enabled#331
nhkode wants to merge 1 commit intodfranx:masterfrom
nhkode:fix-inotify-select-hang

Conversation

@nhkode
Copy link

@nhkode nhkode commented Jan 10, 2025

Without the timeout select() seems to hang indefinitely resulting in a hanging application when creating or loading a project when the "Recompile shader on file change" option is enabled.
Without initializing rfds select() never reported any changes.

Without the timeout select seems to hang indefinitely.
Without the rfds initialization select never reported any changes.
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.

1 participant