LiamMorrow / OrgnalR

SignalR backplane implemented through Orleans
Apache License 2.0
34 stars 7 forks source link

Fix persistence in GroupActorGrain and UserActorGrain #72

Closed svella-at-nice closed 9 months ago

svella-at-nice commented 9 months ago

Simple fix that allows GroupActorGrain and UserActorGrain to actually persist when the state has been modified from the default. This was motivated by observations that Groups would lose their membership after stitting idle long enough for the grain to be deactivated and evicted.