You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I have to make a workaround: set readIdleTimeout to null to let ConnectionManager not adding IdleStateHandler - Which i don't think it is the right thing to do?
Expected Behavior
Do not disconnect if server keep sending heartbeat, so the connection should be keep-alive.
Actual Behaviour
The sse client got disconnect after 5 mins, it was trigger by the WriterIdleTimeoutHandler in IdleStateHandler from Netty.
The idleStateHandler was added by https://github.com/micronaut-projects/micronaut-core/blob/v3.7.5/http-client/src/main/java/io/micronaut/http/client/netty/ConnectionManager.java#L609
Steps To Reproduce
Here is my client:
Rx3SseClient.create(URL) .eventStream() .subscribe()
Environment Information
No response
Example Application
No response
Version
2.4.1
The text was updated successfully, but these errors were encountered: