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
Right now you are using JsonConvert.DeserializeObject and JsonConvert.SerializeObject for payload. Maybe it would be better to use default akka serialization (Context.System.Serialization)?