pixi-reels
All questions

How do I add a timeout/watchdog if the server never sends a result?

Pass spin({ timeoutMs }) (or a signal) — if setResult never arrives, the spin rejects so you can surface an error.

More in Spinning, speed & stopping