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
The order of locking the action description builder lock and the action task lock is sensitive and causes quickly deadlocks.
Lets investigate any code strategy to avoid such issue in longterm.
In PR #89 we already discussed a good solution that should be implemented once the action Impl has been transformed into kotlin code.
The text was updated successfully, but these errors were encountered:
The order of locking the action description builder lock and the action task lock is sensitive and causes quickly deadlocks.
Lets investigate any code strategy to avoid such issue in longterm.
In PR #89 we already discussed a good solution that should be implemented once the action Impl has been transformed into kotlin code.
The text was updated successfully, but these errors were encountered: