Skip to content

client-java-android failed to get features #41

@Mystery00

Description

@Mystery00

Per the aforementioned pull request, the edge server is expected to respond with a 304 status when there are no changes in the feature and the data has been previously retrieved. However, the client-java-android does not handle response codes beyond 200-300, 400, and 404. This deficiency may result in the logic within ClientContext.build() being perpetually stalled at the stage where a CompletableFuture is instantiated but not completed. Subsequently, invoking the get() method on this particular CompletableFuture will lead to a persistent blockage of the logic flow without any resolution.

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