nmayorsplit

Results 3 comments of nmayorsplit

Hi @tom-mi, we fixed another issue that it's related to this one in the Java SDK version 4.4.6. Can you try the new version? please. I'll be waiting for a...

Hi @AlexanderGunnarssonMW, We released Java SDK 4.14.0 version that contains a fix for this issue. Thanks Nadia

Hi @checketts, If you are running the application in local mode, you need to set the splitFile configuration. Here’s a code example: `SplitClientConfig config = SplitClientConfig.builder() .splitFile("parentRoot/featureFlags.json") .segmentDirectory("parentRoot/segments") .setBlockUntilReadyTimeout(10000) .build();`...