Skip to content

Backpressure not working #399

@yschimke

Description

@yschimke

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions