nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

WebSocket: Ensure full writes to compressor #6091

Closed neilalexander closed 1 week ago

neilalexander commented 1 week ago

The cp.Write() call may have been partial and we would not have noticed.

Signed-off-by: Neil Twigg neil@nats.io