firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

Messages in WebSocket are not displayed in full #56

Closed pavelsaman closed 4 years ago

pavelsaman commented 4 years ago
  1. problem

If I receive a long (see the example data below) message in Firecamp, the message is not displayed in full.

image

  1. steps to reproduce

connect to a websocket server => send a long text message from the server to the firecamp client

  1. example data

"cmYoDGKhnEiAJEHhetWiaEPQ3EdE9LxKR8xqj4rz5f2vQS8jzV2MjraJCz1rSy5xx7IGeQ7ZKaWcT5KVSCOyyQWmlaesklRkGPWjIouVmZO68EYAlFSPZzoD64m3KiGbWKmfZzgXnNZH1EzA6Bmanj"

  1. desired behaviour

Display the whole received message by e.g. displaying the message on more lines if it is too long for one line.

  1. version

Snap installed firecamp v0.9.2

Nishchit14 commented 4 years ago

Fixed and will push in the next release cycle. Thank you @pavelsaman