You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now in
worker.py
theconnect
function functionality should probably be part of aWorker
class constructor (possibility separated out between aWorker
andDriver
class) and thedisconnect
function should probably part of theWorker
class destructor.The text was updated successfully, but these errors were encountered: