-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Labels
No labels