79269549

Date: 2024-12-10 19:42:55
Score: 1
Natty:
Report link

Current SSE session implementation (e.g. OkHttpSSESession) might not propagate exceptions to the flow collectors. Use "client.prepareGet.execute" chain to properly catch exceptions.

In my case socket timeout was the reason OkHttp: Socket timeouts without timeout configured

Setting socketTimeoutMillis = Long.MAX_VALUE solved the issue for me.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Alexander Sadouski