Results 65 comments of Marco Primi

Thank you @alexbozhenko for finding the references in the doc spec.

Simplified logic of my client: ``` # in Agent's doWork() if client == null || client.isClosed() { client = create_and_connect_client() } if (time_since_last_keepalive > 1s) { client.send_keepalive() } ... return...

Thank you for your response @vyazelenko, i have since confirmed that network disruptions may have been responsible for stalling in `AWAIT_PUBLICATION_CONNECTED` state. I tried a different version of this experiment...

First off, let me say I like what you are building, I'm testing integration in a couple of places where a full stack would be too onerous and your portable...

Hello @shakuzen I have tried using `remove`, however it doesn't seem to interact well with our backing implementation (Spectator) and the following happens: * Create gauge `g` for user *u*...