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, if a developer was to call stop on SDLManager (for some reason), the proxy will disconnect, however will also attempt reconnect. This is not correct, as according to the documentation in the header:
Stop the manager, it will disconnect if needed and no longer look for a connection. You probably don't need to call this method ever.
Reproduction Steps
Start the manager.
Notice connection on Core.
Stop the manager.
App disconnects, then reconnects.
Expected Behavior
The proxy should stop, and not attempt to reconnect.
Observed Behavior
The proxy stops, however does reconnect.
OS & Version Information
SDL iOS Version: 4.5.1
The text was updated successfully, but these errors were encountered:
Bug Report
Currently, if a developer was to call
stop
onSDLManager
(for some reason), the proxy will disconnect, however will also attempt reconnect. This is not correct, as according to the documentation in the header:Stop the manager, it will disconnect if needed and no longer look for a connection. You probably don't need to call this method ever.
Reproduction Steps
Expected Behavior
The proxy should stop, and not attempt to reconnect.
Observed Behavior
The proxy stops, however does reconnect.
OS & Version Information
The text was updated successfully, but these errors were encountered: