-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Open
Labels
bugBug in existing codeBug in existing code
Description
When creating an SSE connection in OkHttp, should we use EventSources.createFactory() or RealEventSource.
I created the SSE request using the RealEventSource API.
The following three issues are the ones I encounter most frequently. Are there any solutions to them
- Software caused connection abort
- java.io.IOException: Required SETTINGS preface not received
- java.io.IOException: exhausted all routes
- okhttp3.internal.http2.StreamResetException: stream was reset: INTERNAL_ERROR
okhttp : 4.9.2
okhttp sse : 4.9.2
Metadata
Metadata
Assignees
Labels
bugBug in existing codeBug in existing code