resume not supported. Cause client exception

2022-08-09 07:26:26.063 DEBUG 46773 --- [ctor-http-nio-2] io.rsocket.FrameLogger : sending -> UnsupportedSetupException: resume not supported 2022-08-09 07:26:26.063 DEBUG 46773 --- [ctor-http-nio-3] io.rsocket.FrameLogger : sending -> UnsupportedSetupException: resume not supported 2022-08-09 07:36:58.258 DEBUG 46773 --- [ctor-http-nio-6] io.rsocket.FrameLogger : receiving -> Frame => Stream ID: 0 Type: SETUP Flags: 0b10000000 Length: 98 Data: +-------------------------------------------------+ | 0 1 2 3 4 5 6 7 8 9 a b c d e f | +--------+-------------------------------------------------+----------------+ |00000000| 74 74 65 73 74 |ttest | +--------+-------------------------------------------------+----------------+ 2022-08-09 07:36:58.259 DEBUG 46773 --- [ctor-http-nio-6] io.rsocket.FrameLogger : sending -> UnsupportedSetupException: resume not supported

client Android

2022-08-09 07:26:24.697 4610-4751/com.example.rsocket E/TAG: 连接中。。。 2022-08-09 07:26:25.649 4610-4755/com.example.rsocket E/TAG: Success 2022-08-09 07:26:25.649 4610-4756/com.example.rsocket E/TAG: Success 2022-08-09 07:26:25.650 4610-4755/com.example.rsocket E/TAG: Finally 2022-08-09 07:26:25.650 4610-4756/com.example.rsocket E/TAG: Finally 2022-08-09 07:26:25.761 4610-4755/com.example.rsocket E/CLOSE: Error 2022-08-09 07:26:25.769 4610-4755/com.example.rsocket E/CLOSE: Finally 2022-08-09 07:26:25.775 4610-4756/com.example.rsocket E/CLOSE: Error 2022-08-09 07:26:25.782 4610-4756/com.example.rsocket E/CLOSE: Finally 2022-08-09 07:26:25.856 4610-4751/com.example.rsocket E/AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1 Process: com.example.rsocket, PID: 4610 UnsupportedSetupException (0x2): resume not supported at io.rsocket.exceptions.Exceptions.from(Exceptions.java:60) at io.rsocket.core.RSocketRequester.lambda$tryTerminateOnZeroError$4(RSocketRequester.java:313) at io.rsocket.core.-$$Lambda$RSocketRequester$rwbq8EQ-eZ8va-mvaHgd0inROSU.get(Unknown Source:2) at io.rsocket.core.RSocketRequester.tryTerminate(RSocketRequester.java:318)

Comment From: simonbasle

Hard to tell from so little information, but this seems to come from the client side which uses RSocket directly. Is it possible that the RSocketConnector isn't configured with resumability? (https://javadoc.io/doc/io.rsocket/rsocket-core/latest/io/rsocket/core/Resume.html).

If you have any further questions, please follow up on Stack Overflow (including the [rsocket] tag). As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements. (marking as for: stackoverflow&status: invalid as a result)