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
I'm trying to persist the latest state of the group. However tls::marshal(state) fails as State is not serializable. For our use case in memory caching cannot be relied on. What's the suggested way to achieve this?
Any help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
You are correct that this is an issue. I think that a PR to make State serializable would be fairly compact -- you would just need to add a TLS_SERIALIZABLE macro invocation to the State definition, and maybe make some of the constituent types also serializable. I would be happy to review a PR, this would be good functionality to have.
Hey,
I'm trying to persist the latest state of the group. However
tls::marshal(state)
fails asState
is not serializable. For our use case in memory caching cannot be relied on. What's the suggested way to achieve this?Any help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: