Sending big strings?

Options
waxx
waxx
Hey guys, I ran into problems sending big strings with RPCs. Talking about 30kB+ of raw text, it seems like it's too big of a deal to send via RPCs (packet is sent but RPC is not called on receiver...). With smaller strings it's fine, so I don't know what I can really do with this.

Comments

  • Tobias
    Options
    Photon is for small and frequent messages, not for large ones. The protocol is for gaming, not streaming.
    What are you trying to do in the first place.