Currently a unit test has a sleep in it. Were I to remove the sleep it would fail. The reason has something to do with buffering happening between the TCP client in the spin that's being tested, and the mock server that is receiving the data.
Friends have suggested it might be related to Nagle buffering.
Currently a unit test has a sleep in it. Were I to remove the sleep it would fail. The reason has something to do with buffering happening between the TCP client in the spin that's being tested, and the mock server that is receiving the data.
Friends have suggested it might be related to Nagle buffering.
Put an option in the engine to disable this.