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
Using the server setup found here and using rsocket-core 1.1.3 my server behaves as expected. If for some reason no acks get delivered during the keep-alive timeout it will restart the connection. In 1.1.4 this no longer works.
Expected Behavior
After:
io.rsocket.exceptions.ConnectionErrorException: No keep-alive acks for x ms
I expect that the connection is closed and my client can reconnect.
Actual Behavior
In 1.1.4 the client RSocketRequester does not properly reset the connection and the next call fails with the same ConnectionErrorException
Steps to Reproduce
I've created a small reproducing example. The test in this projects runs green using rsocket-core 1.1.3, but fails when using 1.1.4
Using the server setup found here and using rsocket-core 1.1.3 my server behaves as expected. If for some reason no acks get delivered during the keep-alive timeout it will restart the connection. In 1.1.4 this no longer works.
Expected Behavior
After:
I expect that the connection is closed and my client can reconnect.
Actual Behavior
In 1.1.4 the client RSocketRequester does not properly reset the connection and the next call fails with the same
ConnectionErrorException
Steps to Reproduce
I've created a small reproducing example. The test in this projects runs green using rsocket-core 1.1.3, but fails when using 1.1.4
Possible Solution
I believe this is regression from this change.
Your Environment
See sample project
netty
, ...): spring-boot-starter-rsocket 3.2.0javar -version
) or Node version (node --version
)): zulu 17.0.8uname -a
): macos 14.2 (23C64)The text was updated successfully, but these errors were encountered: