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

SDLFocusableItemLocator should be stopped when transport disconnects #1631

Closed
NicoleYarroch opened this issue Apr 21, 2020 · 0 comments
Closed
Assignees
Labels
bug A defect in the library manager-streaming-video Relating to the manager layer - video streaming

Comments

@NicoleYarroch
Copy link
Contributor

Bug Report

The SDLFocusableItemLocator class should have a stop method that is called when the transport disconnects. The stop method should unregister the class from getting SDLDidUpdateProjectionView notifications. Otherwise the class will still try to send data unnecessarily.

Reproduction Steps
  1. Connect video streaming SDL app supporting haptic spatial data to a module that supports haptic spatial data. Launch the SDL app on the HMI.
  2. Disconnect the SDL app.
Expected Behavior

The SDLFocusableItemLocator should ignore all SDLDidUpdateProjectionView notifications once the transport has disconnected.

Observed Behavior

The SDLFocusableItemLocator still tries to send the haptic rect data to core.

OS & Version Information
  • iOS Version: n/a
  • SDL iOS Version: 6.5
  • Testing Against: sdl_core + sdl_hmi
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 manager-streaming-video Relating to the manager layer - video streaming
Projects
None yet
Development

No branches or pull requests

2 participants