initialize()#

Client.initialize()#

Initialize the client by starting up workers.

This method will start updates and download workers. It will also load plugins and start the internal dispatcher.

Raises:

ConnectionError – In case you try to initialize a disconnected client or in case you try to initialize an already initialized client.