Facing issues in updating key. In logs getting.
`com.launchdarkly.shaded.com.launchdarkly.eventsource.EventSource` - Connection unexpectedly closed.
launchdarkly - implementation group: 'com.launchdarkly', name: 'launchdarkly-client', version: '4.61'
Creating new Client -
new LDClient(credentials.get(ApiConstants.LD_CLIENT_CREDS_KEY), ldConfig);
@Bean
@Profile("aws")
public LDConfig ldConfig()
{
return new LDConfig.Builder()
.connectTimeout(30)
.socketTimeout(30)
.build();
}