Hey team, We’ve noticed that when we use `.refresh...
# ask-questions
a
Hey team, We’ve noticed that when we use
.refreshStrategy(FeatureRefreshStrategy.SERVER_SENT_EVENTS)
we see the following error in our logs:
Copy code
WARN okhttp3.OkHttpClient - A connection to <https://cdn.growthbook.io/> was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
Any ideas how to fix that?
f
That might just be an artifact of the real time updates of the SSE
is this the java sdk or kotlin?
a
java sdk