cashless2ecash

cashless2ecash: pay with cards for digital cash (experimental)
Log | Files | Refs | README

commit 0fa74c04e17b65f2f27fbbf4e8120638040a7bd9
parent 926c6875570592f6962812cbd83abec07ff040aa
Author: Joel-Haeberli <haebu@rubigen.ch>
Date:   Wed, 22 May 2024 00:18:27 +0200

fix: last retry will be set infinitely often

Diffstat:
Mc2ec/proc-retrier.go | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/c2ec/proc-retrier.go b/c2ec/proc-retrier.go @@ -12,13 +12,13 @@ const PS_RETRY_CHANNEL = "retry" func RunRetrier(ctx context.Context, errs chan error) { - go RunListener( - ctx, - PS_RETRY_CHANNEL, - retryCallback, - make(chan *Notification, RETRY_CHANNEL_BUFFER_SIZE), - errs, - ) + // go RunListener( + // ctx, + // PS_RETRY_CHANNEL, + // retryCallback, + // make(chan *Notification, RETRY_CHANNEL_BUFFER_SIZE), + // errs, + // ) go func() { for {