Photon BOLT maximum packet size

Options
txomin
txomin
edited March 2022 in Photon Bolt

Hi !

In a previous app that I was working on using Photon PUN I was able to share strings of +1300 characters between players (I used RPCs).

Now I am trying to implement the same system on Photon BOLT : I put the string in a ProtocolToken which is replicated in a State ; it doesn't work, nothing is send over the network. I figured out it fails because of the 1200 bytes packet size limit, which apparently shouldn't be raised : https://i.ibb.co/ThrfgFc/BOLT-Maximum-packet-size.jpg

Should I assume that I won't be able to replicate this feature that worked in Photon PUN ?

Thanks in advance 🙂