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
It's also confusing that parameter retry is called retries in docs. I had to check the actual configurator's source code to find out why it wasn't working. The comment there says // TODO: should be called retries for consistency with the class :)
Activity
kozlice commentedon May 20, 2018
It's also confusing that parameter
retry
is calledretries
in docs. I had to check the actual configurator's source code to find out why it wasn't working. The comment there says// TODO: should be called retries for consistency with the class
:)dbu commentedon May 23, 2018
uh. then we should probably support both, but report a deprecation warning when using
retry
.