|
|
@ -221,7 +221,6 @@ func TestDeltasMulti(t *testing.T) { |
|
|
|
|
|
|
|
|
|
|
|
for i, client := range clients { |
|
|
|
for i, client := range clients { |
|
|
|
client.mtx.Lock() |
|
|
|
client.mtx.Lock() |
|
|
|
t.Logf("client %d exists", i) |
|
|
|
|
|
|
|
// all clients should have "written" 2 deltas out to their "browser"
|
|
|
|
// all clients should have "written" 2 deltas out to their "browser"
|
|
|
|
// that came from the other clients
|
|
|
|
// that came from the other clients
|
|
|
|
if len(client.wroteDeltas) != 2 { |
|
|
|
if len(client.wroteDeltas) != 2 { |
|
|
|