mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
* fix: prevent double serialization of websocket text messages. (#6182) * fix: improve websocket message handling and serialization - Added normalization for message format to prevent double encoding. - Updated queueMessage and sendMessage methods to handle message format. - Refactored code for better readability and maintainability. fix: enhance message normalization in WebSocket client --------- Co-authored-by: Praveen kumar <praveenkumar042023@gmail.com>