Description
Version Information
Describe the bug
I want to prepare POC for distributed caching in akka.net cluster.
I implemented methods for set cache, get cache and remove cache but they are not working properly, when i set cache I see some warnings in logs (it looks like cache is not set properly) and later get cache results in empty value.
I'm clearly missing something but I am not sure what baseing on docs https://getakka.net/articles/clustering/distributed-data.html.
Can u help with this issue ?
To Reproduce
https://github.com/DevOnBike/webapi-playground/blob/main/Messaging/DistributedCache.cs
Expected behavior
Actual behavior
wrong cache behavior.
Screenshots
all in source code in repo.
Environment
windows
Additional context
Add any other context about the problem here.