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
This was addressed in #2836 but reverted in #2862 due to problems with race conditions and regressions in the integration tests. This issue is to track progress on rework of the code.
The text was updated successfully, but these errors were encountered:
@baywet I think I've managed to implement a working locking strategy in #2870. Together with #2861 and #2863, I was able to generate identical code for the Graph API in several subsequent runs. The code is also identical to the code generated with parallelism disabled. Performance seems not to be impacted in a noticeable way by this change.
In this PR I did have to disable parallelism on TrimInheritedModels to prevent that part from failing (which it does very frequently on my machine and hard with a stackdump). I do not believe those problems are related at all to the changes in the linked PR. I'll create a new ticket to track those issues.
This was addressed in #2836 but reverted in #2862 due to problems with race conditions and regressions in the integration tests. This issue is to track progress on rework of the code.
The text was updated successfully, but these errors were encountered: