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
It appears that the StroyChunk that Grapher receives from the Keeper is placed on the OrphanQueue and is not drained to the StoryPipeline even though it's created in response to DataStore::StartStroyRecording call.
It can be a timing issue with the short test triggering StopStoryRecording before the periodic call to drain OrphanQueue gets a chance to notice that short lived StoryPipeline
The text was updated successfully, but these errors were encountered:
It appears that the StroyChunk that Grapher receives from the Keeper is placed on the OrphanQueue and is not drained to the StoryPipeline even though it's created in response to DataStore::StartStroyRecording call.
It can be a timing issue with the short test triggering StopStoryRecording before the periodic call to drain OrphanQueue gets a chance to notice that short lived StoryPipeline
The text was updated successfully, but these errors were encountered: