Open MatteoPiovanelli-Laser opened 4 years ago
More details:
It looks like the delegate factory that is used in SessionLocator to return a new ContentManagerSession has already been disposed of when the code is calling this from the TransformStream delegate that is being set in PlaceholderResolutionFilter.OnResultExecuted
Hello,
We are trying to set up an ItemLevelCachePart on a MenuWidget. The Menu that will display has one item that changes for each user base on the content of a ContentPickerField set on the user.
The call to
useritem.ProfilePart.MyCPF.ContentItems
goes though that property's Loader, that does_contentManager.GetMany(/**/)
. That call fails as soon as it tries to get the current sessions with the following error:I've already tried replacing that call to the LazyField with an explicit call to
_contentManager.GetMany(/**/)
, but I see the same error.I will look a bit more into that.