Ameliorate / buildengine5

BYOND-like engine for tile based games like Space Station 13.
http://buildstation.proboards.com/
MIT License
3 stars 0 forks source link

The networking unit tests may have race conditions with the TEST_VAL #9

Closed Ameliorate closed 8 years ago

Ameliorate commented 8 years ago

Since it is a single value, updated multiple times concurrently, it is a possibility that tests may be erroneously passing. This could be fixed using multiple TEST_VALs or a map of some kind.