Ulf Lorenz - 2017-11-24
  • Description has changed:

Diff:

--- old
+++ new
@@ -8,4 +8,4 @@

 This is brittle. In particular, if the number of updates sent from the server changes, these tests need to be updated, which is rather annoying. If the number N is set incorrectly, you end up with a test that fails every now and then.

-A better solution would be to pass the commands and updates around between client and server manually and wait until the server is finished processing all commands (and the client with all updates?). This is a larger refactoring, and requires more thinking how and how intrusive it needs to be implemented.
+A better solution would be to pass the commands and updates around between client and server manually (to remove dependencies and uncontrollable latencies by the localhost network) and wait until the server is finished processing all commands (and the client with all updates?). This is a larger refactoring, and requires more thinking how and how intrusive it needs to be implemented.