Re: Websocket client using ReactiveResponseConsumer and ReactiveEntityProducer

2024-03-12 Thread Oleg Kalnichevski
On Tue, 2024-03-12 at 10:32 -0400, Sneha Murganoor wrote: > Hi, > > I am writing a websocket client with APIs ReactiveResponseConsumer > and > ReactiveEntityProducer. Once the websocket server completes the > handshake > by upgrading connection and returning 101. We do get Http status code > and

Websocket client using ReactiveResponseConsumer and ReactiveEntityProducer

2024-03-12 Thread Sneha Murganoor
Hi, I am writing a websocket client with APIs ReactiveResponseConsumer and ReactiveEntityProducer. Once the websocket server completes the handshake by upgrading connection and returning 101. We do get Http status code and headers after the handshake completes. But not Publisher. So we get