Response MSG

Options
redburn155
edited September 2014 in Photon Server
Hello I'm using photon server as my game server but I want to know a maximum size of object that i can send in 1 msg response back to client
For example
I want to send Back Dictionary pattern like

Dictionary<int, Dictionary<int, Dictionary<string, object>>>

Can i do it or i have to use other way?

Thx :)

Comments