Dallinger / Griduniverse

Welcome to the Griduniverse.
7 stars 3 forks source link

Game state does not load consistently with >1 web worker #71

Closed davisagli closed 7 years ago

davisagli commented 7 years ago

Vishal and I have both been having trouble with loading the experiment page; sometimes the game state (players & food) fails to load. I traced this as far as figuring out that it only happens when there is more than 1 web worker, so I strongly suspect something is going wrong with the code to relay websocket messages between web workers. But need to dig in further.