Client-Side Blazor - losing ClientContext entries #2153
-
Hi all, I'm very new to Blazor and CSLA 5.4.1 (previously worked with 4.3), so I'm probably doing something daft... but it seems the Csla.ApplicationContext.ClientContext only survives one trip to the DataPortal. I add a few ClientContext entries and do a Csla.DataPortal.CreateAsync and the values are there at the DataPortal, but if I make a second DataPortal call (of any sort) my entries have disappeared, with just a "__dataportaltimer" entry showing. Any thoughts on what I am missing or doing wrong? Matt |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Is this a wasm client or server-side Blazor? |
Beta Was this translation helpful? Give feedback.
-
I've implemented the static context manager solution into #2161, so it will be in v5.4.2 and CSLA 6. |
Beta Was this translation helpful? Give feedback.
I've implemented the static context manager solution into #2161, so it will be in v5.4.2 and CSLA 6.