forked from p15670423/monkey
1d066c8e6d
My original plan was to start a thread in __init__() and stop the thread when __del__() was called. Since the running thread (object) contains a reference to the BatchingTelemetryMessenger object that launched it, the destructor will not be called until the thread is stopped. Therefore, a stop() was added to allow the BatchingTelemetryMessenger to be stopped. Since it has an explicit stop, it should also have an explicit start, rather than starting the thread in the constructor. |
||
---|---|---|
.. | ||
common | ||
infection_monkey | ||
monkey_island | ||
tests | ||
.coveragerc | ||
__init__.py | ||
codecov.yml | ||
infection_monkey.py | ||
monkey_island.py |