-
Notifications
You must be signed in to change notification settings - Fork 357
Closed
Description
tracking via - reactor/reactor-core#879
Easy to reproduce with
$ rsocket-cli --server -r 2 -i 1 -i 2 -i 3 tcp://localhost:9898
$ rsocket-cli --debug -r 2 -i 1 -i 2 -i 3 --channel tcp://localhost:9898
$ ./rsocket-cli --debug -r 2 -i 1 -i 2 -i 3 --channel tcp://localhost:9898
10:01:10.730 onSubscribe(FluxMap.MapSubscriber)
10:01:10.734 request(256)
10:01:10.762 onSubscribe(FluxPeek.PeekSubscriber)
10:01:10.764 request(32)
10:01:10.775 onNext(Frame => Stream ID: 1 Type: REQUEST_CHANNEL Initial Request N: 2147483647 Payload: data: "1" )
10:01:10.804 onNext(Frame => Stream ID: 1 Type: REQUEST_N RequestN: 2147483647 Payload: )
10:01:10.808 onNext(Frame => Stream ID: 1 Type: NEXT Payload: data: "2" )
10:01:10.808 onNext(Frame => Stream ID: 1 Type: NEXT Payload: data: "3" )
Metadata
Metadata
Assignees
Labels
No labels