Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDLManagerDelegate methods not getting called #1243

Closed
NicoleYarroch opened this issue Apr 18, 2019 · 0 comments
Closed

SDLManagerDelegate methods not getting called #1243

NicoleYarroch opened this issue Apr 18, 2019 · 0 comments
Assignees
Labels
bug A defect in the library
Projects
Milestone

Comments

@NicoleYarroch
Copy link
Contributor

NicoleYarroch commented Apr 18, 2019

Bug Report

The SDLManagerDelegate methods stop getting notified when the manager is started from the managerDidDisconnect method. It appears that starting the manager when the manager is already started breaks the SDLManagerDelegate. More investigation is needed as I am not sure this is the root of the issue.

Ideally when the manager is already started it should ignore the new start attempt.

Reproduction Steps
  1. Connect the SDL_iOS Swift example app to a TDK with a USB cord. (The Obj-C example app does not have this bug)
  2. Disconnect the USB cord
  3. Connect the app using a USB cord.
  4. The managerDidDisconnect method will be called. It will attempt to restart the SDLManager even though the manager is already started.
Expected Behavior

All the SDLManagerDelegate methods should be called at the appropriate times.

Observed Behavior

The SDLManagerDelegate methods stop getting called.

OS & Version Information
  • iOS Version: 12.1
  • SDL iOS Version: 6.2
  • Testing Against: SYNC 3.0
Test Case, Sample Code, and / or Example App

The SDL_iOS Swift example app in the library.

@NicoleYarroch NicoleYarroch added the bug A defect in the library label Apr 18, 2019
@NicoleYarroch NicoleYarroch added this to To do in v6.3 via automation Apr 26, 2019
v6.3 automation moved this from To do to Done May 3, 2019
@joeljfischer joeljfischer added this to the 6.3.0 milestone Jun 24, 2019
@joeljfischer joeljfischer mentioned this issue Jun 24, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
No open projects
v6.3
  
Done
Development

No branches or pull requests

2 participants