scalecube / scalecube-gateway

ScaleCube API Gateway is the single entry point for service consumers. handles incoming requests and proxy/route to the appropriate microservice instance.
Apache License 2.0
18 stars 7 forks source link

Change websocket behavior for request-response #134

Open segabriel opened 4 years ago

segabriel commented 4 years ago

No need to send both responses (real response and complete signal) in the Mono<Object> case. The installation of the completion signal in the first response will be enough.