Expose arguments for local ReplicationServer in Editor

Issue: Local Replication Server has 2 default settings that are particularly annoying to work with since there’s no easy way to change them through the Editor RS launch functionality.

Those settings are idle timeout and max rooms. They are set to 100 minutes and 10 max rooms, respectively.

This means if you create 10 rooms locally in less than 100 minutes, the RS has to be manually restarted, which at this point, I’ve probably had to do 100+ times. It is a small thing, but it occurs fairly often.

Solution:
Either add these RS settings as properties in coherence RuntimeSettings.asset or Project Settings > coherence > Local Replication Server as configurable settings. Use these entered values as arguments for the RS when it is launched from Editor.

1 Like