Support metalbond
client creation with proper Context
handling
#133
Labels
enhancement
New feature or request
metalbond
client creation with proper Context
handling
#133
Summary
Currently we instantiate the
metalbond
instance usingand initiate a shutdown of the instance via
It would be better if we would have a contractor method with a proper context. E.g.
Alternatively we can keep constructor method as is and have a
Start(ctx context.Context)
method to start themetalbond
instance.The text was updated successfully, but these errors were encountered: