Exception in thread "OkHttp Dispatcher" java.lang.NoSuchFieldError: instance
at okhttp3.internal.sse.RealEventSource.processResponse(RealEventSource.java:77)
at okhttp3.internal.sse.RealEventSource.onResponse(RealEventSource.java:56)
at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:504)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
使用流式客户端时报错: Exception in thread "OkHttp Dispatcher" java.lang.NoSuchFieldError: instance
猜测原因可能是OkHttp的依赖版本问题 请问应该使用哪个版本的OkHttp
maven依赖
测试代码
报错详情