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
If you use the fully asynchronous fanout option the SelectionSetParams::launch member, or even if you just dispatch work to multiple threads in a thread pool, you can get multiple threads pushing and popping Directives for the fragment spread simultaneously. There's an intermittent crash in the client_tests.exeClientCase.QueryEverything unit test in the CI build that seems to be caused by this.