I am trying to add latency simulation to it but I do not see any documentation as to how to set this up. I am trying to use ConnectWithSimulator.
I do the following:
- but the error 'This host isn't configured to use simulator' pops up when...
[LLAPI] How to use 'ConnectWithSimulator'
I do the following:
Code (csharp):
- socketId = NetworkTransport.AddHostWithSimulator(NetworkHostTopology, minTimeout, maxTimeout,
- endPoint.Port);
- connectionId = NetworkTransport.ConnectWithSimulator(socketId, networkAddress, networkPort, 0, out error, simulatorConfig);
[LLAPI] How to use 'ConnectWithSimulator'