Caching event from server

Options
Marek
Marek
edited April 2014 in Photon Server
Hi, is it possible to cache an event which is raised on server?

I've tried this but it doesn't work and i can't think of any other way how it could be done

params.Add((byte)ParameterKey.Cache, CacheOperation.MergeCache);
EventData eventData = new EventData(...);
ApplicationBase.Instance.BroadCastEvent(eventData, GetPeerList(), sendParameters);

Comments

  • No, unfortunately that's not possible right now. We've already spent some thoughts on that problem as well, but don't have a solution yet. Sorry!
  • Marek
    Options
    Uh thats really bad news.
    I'll just send BroadCastEvent and raise new CachedEvent from master client then

    Thank you