If I use a reactive client, should the server be reactive too?
问题 I want to use a reactive client (Reactive WebSocketClient i.e ReactorNettyWebSocketClient) to talk to a server which I don't know if it is reactive or not. Does it make sense to use a reactive client to talk to a server which is not reactive? I tried to connect to a server probably not reactive, and I got this error: io.netty.handler.codec.http.websocketx.WebSocketHandshakeException: Invalid handshake response getStatus: 999 Unknown at io.netty.handler.codec.http.websocketx