Tim Rowley

Results 2 comments of Tim Rowley

Make sure to specify the full API route for your Zendesk subdomain as the remote URI, like `https://.zendesk.com/api/v2/`.

Has anyone found a solution to the memory leaks when reinstantiating an instance of an exchange? Tried clearing client intervals with below but no avail. ``` this.exchange.clients[client].clearConnectionTimeout(); this.exchange.clients[client].clearPingInterval(); ```