Skip to content

[Bug]: RemoteState.Guard will return success for a null value in release mode and error in debug mode #19

@chadrickman

Description

@chadrickman

Describe the bug
If you pass a future to RemoteState.Guard that returns a null value, in release mode it'll go through as a success but in debug mode the assert that the value can't be null will be prevent it and an error state is returned.

Expected behavior
An error state should be returned for for both instances or a different state might need to be addressed.

Screenshots
N/A

Smartphone (please complete the following information):

  • No device specific

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions