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

Backport "FIX(client): Potential deadlocks in plugins (#5161)" to 1.4.x #5163

Merged
merged 1 commit into from Jul 4, 2021

Conversation

Krzmbrzl
Copy link
Member

@Krzmbrzl Krzmbrzl commented Jul 4, 2021

Backports the following commits to 1.4.x:

Using the API functions from outside the "main thread" would cause them
to block until the request can be processed on the main thread. This
could easily produce a deadlock if used without caution.

These changes add a timeout for this waiting turning preventing
deadlocks because the calling thread won't be blocked indefinitely. In
case of a timeout, a special error code is returned.
@Krzmbrzl Krzmbrzl merged commit fc54b25 into mumble-voip:1.4.x Jul 4, 2021
@Krzmbrzl Krzmbrzl deleted the backport/1.4.x/pr-5161 branch November 9, 2022 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants