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 would be nice to devise a strategy for letting aggregates control their GenServer opts. An example that I encounter is having aggregates that could go away due to lack of activity are being kept around at the moment.
It would be nice to devise a strategy for letting aggregates control their
GenServeropts. An example that I encounter is having aggregates that could go away due to lack of activity are being kept around at the moment.