Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internal/uidriver/glfw: Bug fix: Deadlock at FramebufferSize callback
glfw.PollEvents might invoke multiple FramebufferSize callbacks in theory, this is very rare though. In this case, the sending an object to the channel never ends. This change fixes this deadlock by using 'select'. Closes hajimehoshi#1618
- Loading branch information