Rx Challenge #9: Execute Async Until [Solution]

added by DotNetKicks
8/30/2016 8:59:20 AM

712 Views

Challenge #9 was about implementing a pattern where you have to keep sending async message until you will get notification which approve that the message is handled by the other side. see the full detail at the Challenge at this post. Simple scenario For the simple scenario of you calling service and retry sending, according to it's response.


0 comments