You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
If you build protocols from more than one thread at the same time, there is a risk of running into class initialization deadlocks in TypeDef. At this point there is no easy way to avoid this, so it needs fixing. I have attached a snippet from a thread dump of an occurrence of this issue. (all other threads have been omitted for the sake of simplicity) clinit-deadlock.txt
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you build protocols from more than one thread at the same time, there is a risk of running into class initialization deadlocks in TypeDef. At this point there is no easy way to avoid this, so it needs fixing. I have attached a snippet from a thread dump of an occurrence of this issue. (all other threads have been omitted for the sake of simplicity)
clinit-deadlock.txt
The text was updated successfully, but these errors were encountered: