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
When using FixedPollingStrategy it will keep retrying if the syncInit is true and the callback throws an exception. However, PollingDynamicConfig creates a runnable:
When using FixedPollingStrategy it will keep retrying if the
syncInit
is true and the callback throws an exception. However, PollingDynamicConfig creates a runnable:That update call catches Exception and doesn't propagate:
The text was updated successfully, but these errors were encountered: