Hashgraph
Hashgraph copied to clipboard
Improve Subscribe To Topic Method
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 the retry pattern when that specific error occurs.
Other improvements
It was also simplified the way the method for subscription was passed