Skip to content

Race conditions when setting UI variables #4

@MattDN93

Description

@MattDN93

Due to multiple threads accessing the UI set variables, sometimes race conditions occur. Using semaphores cause deadlocks since the invokeRequired() method causes a thread switch which is then not allowed into the semaphore it was in before the invoke.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions