Python Worker class should have proper constructor and destructor. #3961
Open
Description
Right now in worker.py
the connect
function functionality should probably be part of a Worker
class constructor (possibility separated out between a Worker
and Driver
class) and the disconnect
function should probably part of the Worker
class destructor.