Danielv123 / gridworld

Automatic creation of distributed factorio gridworlds connected using edge_transports
4 stars 0 forks source link

Edges don't work until the server is restarted #29

Closed Danielv123 closed 2 months ago

Danielv123 commented 5 months ago

Restart of either the old instance, the controller or the host (which includes the instance I guess) fixes the issue.

It only happens on newly created instances.

Linked to https://github.com/clusterio/edge_transports/issues/7

Danielv123 commented 4 months ago

Reproduction steps

To reproduce, simply set up clusterio with edge transports and https://www.npmjs.com/package/@danielv123/gridworld , create a new gridworld with 64x64 instances or something, join, and walk around with the debug overlay enabled. I created an image showing the behaviour. I don't think the issue lays on the gridworld side as restarting fixes it, so its probably some state that gets stuck somewhere preventing the config from applying correctly.

Danielv123 commented 2 months ago

Fixed by merging universal_edges