Open brisberg opened 4 years ago
I am using a forked version of @screeps/common which avoids printing console errors on connection failure and avoid restarting the connection socket on connection end.
This allows the common/storage to actually end when the test cleans up.
common/storage
https://github.com/screeps/common/compare/master...brisberg:no-storage-restart
I will work on preparing the change to @screeps/common as a clean change, but this will work for the moment.
Let me know what you think.
30 Fixes
I am using a forked version of @screeps/common which avoids printing console errors on connection failure and avoid restarting the connection socket on connection end.
This allows the
common/storage
to actually end when the test cleans up.https://github.com/screeps/common/compare/master...brisberg:no-storage-restart
I will work on preparing the change to @screeps/common as a clean change, but this will work for the moment.
Let me know what you think.