▲ | ChocolateGod 16 hours ago | |
Speaking of script state serialisation, is there any improvement to the size of those when being stored/transferred. IIRC one of the biggest fail points in region crossings is that the source simulator has to serialise and send the state of all scripts attached an agent to the target simulator, and if this fails the crossing fails and the user logs out (and in many cases the script will get marked as not running) | ||
▲ | HaroldCindy 5 hours ago | parent [-] | |
> Speaking of script state serialisation, is there any improvement to the size of those when being stored/transferred. They're about the same as before, they weren't terribly large to begin with though. From what I've seen the region crossing issues aren't caused by script state serialization, but hard to track down issues in edge cases in object handoff that're outside the scope of my contract. |