migrate to new client api

This commit is contained in:
Aleksandr Zelenin 2021-04-05 06:04:54 +03:00
parent ec36320d03
commit 98e8cb003f
2 changed files with 12 additions and 14 deletions

View file

@ -150,5 +150,4 @@ func (client *Client) GetListener() *Listener {
func (client *Client) Stop() {
client.Destroy()
client.jsonClient.Destroy()
}