mathieures / ants_simulator

1 stars 1 forks source link

ValueError after exiting with one of two clients #7

Closed mathieures closed 2 years ago

mathieures commented 2 years ago

An error occurs when two clients connect, then one disconnects, and another connects after that. It seems that there is a None being sent for every wall trying to be synced, but I think it is another issue.

WindowsTerminal_CiEGZphEvv

mathieures commented 2 years ago

The None is in fact the value of the color attribute given to a WallServer.

mathieures commented 2 years ago

Fixed in commit 871dfd07.