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
As part of the plan to use ReconnectMode enum as an argument in the reworked setAutoReconnect() (see #9167), ReconnectMode will be moved to container-definitions. The new ReconnectMode is planned to be defined as:
The Custom enum member will be introduced to enable the developer to use their own callback function to determine when the container should and should not be reconnected (see #9167 for more details).
Tasks:
Deprecate ReconnectMode from container-loader and re-create in container-definitions
Replace all usages of ReconnectMode with the new version
Remove deprecated ReconnectMode after two releases
The text was updated successfully, but these errors were encountered:
As part of the plan to use
ReconnectMode
enum as an argument in the reworkedsetAutoReconnect()
(see #9167),ReconnectMode
will be moved to container-definitions. The newReconnectMode
is planned to be defined as:The
Custom
enum member will be introduced to enable the developer to use their own callback function to determine when the container should and should not be reconnected (see #9167 for more details).Tasks:
ReconnectMode
fromcontainer-loader
and re-create incontainer-definitions
ReconnectMode
with the new versionReconnectMode
after two releasesThe text was updated successfully, but these errors were encountered: