and this might go further.
So something like:
let f = async () => {};
let b = () => f().then(() => setTimeout(b, 1000)).catch(() => setTimeout(b, 1000));
b();
?
yeah
I would also wait longer if it fails
Обсуждают сегодня