Fixes the bug where connecting a worker when there is a job waiting to be claimed crashes the worker. Closes #179 (closed)
The worker pool now maintains a list of unencryptedWorkers, where workers are kept until they receive the 'bob' control message. After this, they are moved to the idle list.
N/A
To be filled in by the reviewers