spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

rsocket : resume not supported

Open sdack-cloud opened this issue 1 year ago • 0 comments

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)

sdack-cloud avatar Aug 08 '22 23:08 sdack-cloud