You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
is there a reason why WebSocketMessageReader/Writer does not support Content-Length header as StreamMessageReader/Writer and SocketMessageReader/Writer do? Not even Optional with a flag?
This implies that both server and client aggree not to need/ignore them. this wont work e.g. on LSP4J that easy.
The text was updated successfully, but these errors were encountered:
content-length is redundant with web sockets and introduce string encoding/decoding overhead (performance)
LSP4J should be able to support different transports by replacing MessageConsumer and MessageProducer, e.g from StreamMessageConsumer to WebSocketMessageConsumer. If not please file an issue there.
is there a reason why WebSocketMessageReader/Writer does not support Content-Length header as StreamMessageReader/Writer and SocketMessageReader/Writer do? Not even Optional with a flag?
This implies that both server and client aggree not to need/ignore them. this wont work e.g. on LSP4J that easy.
The text was updated successfully, but these errors were encountered: