Hashgraph icon indicating copy to clipboard operation
Hashgraph copied to clipboard

Improve Subscribe To Topic Method

Open TiagoFroisPereira opened this issue 1 year ago • 2 comments

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

TiagoFroisPereira avatar Jan 26 '24 22:01 TiagoFroisPereira