Questions tagged [akka.net-streams]
16 questions
0
votes
1 answer
Akka.NET Streams
How would you replay a web service request every ten seconds for ten times until it answers?
I've tried RecoverWithRetries and InitialDelay, but the first recovery immediately replays the web service call:
FromThirdOfContract().RecoverWithRetries(e…

KitAndKat
- 953
- 3
- 14
- 29