Evgeny Ruban

Results 25 comments of Evgeny Ruban

@oleg-andreyev didn't work for me... waiting for this PR

It is just because you have another DHT library installed. Go to your sketches folder, then libraries - delete other library, which contains same DHT.h file, and try again

Hey @derrabus, I'm not sure how and where to test that case. Could you help me a bit?

> @wouterj Can you have a look at this? Consuming a rate limiter without actually consuming anything feels like a hack. Is this a scenario we support? I understand that...

And, yes, using it before I got the wrong time to retry, it was the time when all tokens will be available, not the first one. With that fix I...

> @derrabus > > > @wouterj Can you have a look at this? Consuming a rate limiter without actually consuming anything feels like a hack. Is this a scenario we...

> > So then, what about to implement smth like `LimiterInterface::peek()` to get the `RateLimit` object partly using the logic from `LimiterInterface::reserve()` > > That would be a BC break...