ferdinandhubbard981 / GameOfLife-Distributed

Other
0 stars 0 forks source link

step 1 fails when running multiple workers #19

Closed ferdinandhubbard981 closed 2 years ago

ferdinandhubbard981 commented 2 years ago

steps to reproduce:

cd broker
go run .

in separate terminal:

cd worker
go run . --port 9010

in separate terminal:

cd worker
go run . --port 9020

in separate terminal:

go test -v -run=TestGol/-1$
ferdinandhubbard981 commented 2 years ago

note: go run . does display a world in SDL window and it looks correct. So it is probably a small error that has caused the bug

ferdinandhubbard981 commented 2 years ago

https://github.com/ferdinandhubbard981/GameOfLife-Distributed/pull/24 solved in above pull request