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

ManualTrigger is not initialized #112

Closed
bardram opened this issue Oct 28, 2020 · 2 comments
Closed

ManualTrigger is not initialized #112

bardram opened this issue Oct 28, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@bardram
Copy link
Contributor

bardram commented Oct 28, 2020

Har forsøgt mig med ManualTrigger fordi det er - i teorien - meget mere reliable end min underlige ConditionalTrigger. Men den vil ikke trigger og jeg får denne error:

Resuming LSI // mit print
flutter: CAMS WARNING - Trying to resume a ImmediateTriggerExecutor in a state where this can't be done - state : ProbeState.created
flutter: Resuming WB // mit print
flutter: CAMS WARNING - Trying to resume a ImmediateTriggerExecutor in a state where this can't be done - state : ProbeState.created
flutter: Resuming ED // Mit print
flutter: CAMS WARNING - Trying to resume a ImmediateTriggerExecutor in a state where this can't be done - state : ProbeState.created

Hvilket er lidt underligt siden jeg laver en ManualTrigger og den tidligere siger:

CAMS INFO - Resuming ManualTriggerExecutor
@bardram bardram self-assigned this Oct 28, 2020
@bardram bardram added the bug Something isn't working label Oct 28, 2020
@bardram
Copy link
Contributor Author

bardram commented Oct 30, 2020

Problemet ligger i:

    await controller.initialize();
    controller.resume();

Den venter ikke på at initialize() er færdig før den kalder resume()

bardram added a commit that referenced this issue Nov 1, 2020
@bardram
Copy link
Contributor Author

bardram commented Nov 2, 2020

Fixed in version 0.9.5

@bardram bardram closed this as completed Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant