spring-attic / spring-cloud-rsocket

This repository is now inactive. Please see https://github.com/rsocket-routing/
https://github.com/rsocket-routing/
Apache License 2.0
49 stars 13 forks source link

PendingRSocket created accidentally #10

Open harry-hao opened 4 years ago

harry-hao commented 4 years ago

I am using ... Spring Boot: 2.2.0-BUILD-SNAPSHOT Spring Cloud: Hoxton.BUILD-SNAPSHOT Spring Cloud RSocket: 0.2.0.BUILD-SNAPSHOT Sample project: here

Step to reproduce:

It looks like GatewayRSocket::findRSocketOrCreatePending is calling createPending() before findRoute() complete, I think this do.