You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently while using middlewate I use this code to get the default lit of middlewares. defaultClientOptions := msgraph.GetDefaultClientOptions() defaultMiddleWare := msgraphgocore.GetDefaultMiddlewaresWithOptions(&defaultClientOptions)
However, I am not sure how to override the Retry handler alone in this list of middlewares.
Looking for an example to do this/
The text was updated successfully, but these errors were encountered:
Hi @ritu-rubrik, thanks for trying out the SDK. If you would like to override the Retry handler, you are able to do it when executing the command i.e here is an example. You will only need to provide the retry option in the request configuration
Currently while using middlewate I use this code to get the default lit of middlewares.
defaultClientOptions := msgraph.GetDefaultClientOptions() defaultMiddleWare := msgraphgocore.GetDefaultMiddlewaresWithOptions(&defaultClientOptions)
However, I am not sure how to override the Retry handler alone in this list of middlewares.
Looking for an example to do this/
The text was updated successfully, but these errors were encountered: