Implemented reconnect.
This commit is contained in:
parent
b8cc1136a4
commit
c29dc8bcf4
7 changed files with 40 additions and 7 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
static char *userAgent();
|
||||
|
||||
protected:
|
||||
void onClose(Client *client, int failures) override;
|
||||
void onJobReceived(Client *client, const Job &job) override;
|
||||
void onLoginCredentialsRequired(Client *client) override;
|
||||
void onLoginSuccess(Client *client) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue