Tiago Pereira

Results 2 issues of Tiago Pereira

### Issue In the `MirrorGrpcClient` ->`SubscribeTopicAsync` method I kept getting the error: > The Mirror node is not available at this time ### Solution Was added `Polly` library that adds...

Created a interface for each Mirror Client and the extension for the IServiceCollection that allows to register this dependencies and use this interfaces as DI that simplify the usage. How...