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
Custom http client Resty's retry function does not work with slack-go.
Expected behavior
Resty's retry function should works with slack-go.
Steps to reproduce
My program send message to Slack channel via slack-go. I use a custom http client Resty and set it to do retry 3 times, but it is not works with slack-go.
I called the Post method via Resty directly without slack-go, the retry function works well.
I changed to another http client retryablehttp, the retry function works well with slack-go.
What happened
Custom http client Resty's retry function does not work with slack-go.
Expected behavior
Resty's retry function should works with slack-go.
Steps to reproduce
My program send message to Slack channel via slack-go. I use a custom http client Resty and set it to do retry 3 times, but it is not works with slack-go.
I called the Post method via Resty directly without slack-go, the retry function works well.
I changed to another http client retryablehttp, the retry function works well with slack-go.
Can you please take a look at this, thank you.
reproducible code
slack-go code:
Resty httpClient:
Versions
The text was updated successfully, but these errors were encountered: