Skip to content

Delay with UI Related Code #9

Description

@dlallie

As part of the implementation for this issue, another bug has been introduced.

Something very strange is now happening with some UI code when run from the scanView(_ scanView: ScanView, didDetectScannables scannables: [Scannable]) callback method. For example, calling the present method to show a new view controller takes >1 second for the app to respond.

I've used Instruments to profile my app and it seems that for some reason, even when the UI code is called in a DispatchQueue.main.async block, the main thread is idling and does no work for a period of time. Perhaps the main thread is being put to sleep at some point by Quikkly? And identical project configuration works fine with version 3.4.5.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions