This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.
Stream continuously reset #317
Closed
Description
I have the jdk setup for connecting to the relay and the event stream is continuously reset:
LOGS:
"Attempting to connect to SSE stream at https://******/all"
"Connected to SSE stream"
"Received StreamEvent: StartedEvent"
"Received message: MessageEvent(eventName=put,data=<streaming>,origin=https://******/all)"
"Received StreamEvent: MessageEvent(eventName=put,data=<streaming>,origin=https://******/all)"
"Received StreamEvent: CommentEvent()"
"Closed request"
"Received StreamEvent: FaultEvent(com.launchdarkly.shaded.com.launchdarkly.eventsource.StreamIOException: com.launchdarkly.shaded.okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR)"
"Encountered EventSource error: {}"
"Error in stream connection (will retry): com.launchdarkly.shaded.com.launchdarkly.eventsource.StreamIOException: com.launchdarkly.shaded.okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR"
"Waiting 1047 milliseconds before reconnecting"
"Attempting to connect to SSE stream at https://******/all"
SDK version 6.0.5 (update from 6.0.3 and 5.10.9 where the same logs appeared)
Relay version":"7.3.3","clientVersion":"6.0.3"
The relay reports on the /status path for the sdk key everything valid & healthy