I am working on a data transfer system where anyone can bring his save files over multiple games.
Its working with short strings, but once i try sending over some actual game data worth of 200k characters in string, this error pops up:
How do i transfer a lot of string data without the call failing on me?