Closed EPNW-Eric closed 1 year ago
This PR implements the ping logic (#78), it is based on the dequeue logic.
I also changed the type of the dequeueInterval parameter to Duration from int, which is imo a bit clearer.
dequeueInterval
Duration
int
Thanks (again) for the contribution! 😀 I'll try to take a look at it as soon as I can.
This PR implements the ping logic (#78), it is based on the dequeue logic.
I also changed the type of the
dequeueInterval
parameter toDuration
fromint
, which is imo a bit clearer.