mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 08:58:32 +00:00
* feat: ws multi message * fix * fix * fix * improve: UX * improve: new message ui * fix * fix * fix * fix * fix * fix: rename message title * chore: cleanup * change: add message color * fix(websocket): correct cursor and truncate long message names --------- Co-authored-by: Sid <siddharth@usebruno.com>
25 lines
390 B
YAML
25 lines
390 B
YAML
info:
|
|
name: ws-multi-msg
|
|
type: websocket
|
|
seq: 1
|
|
|
|
websocket:
|
|
url: ws://localhost:8081/ws/echo
|
|
message:
|
|
- title: message 1
|
|
message:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"action": "subscribe"
|
|
}
|
|
- title: message 2
|
|
message:
|
|
type: text
|
|
data: hello world
|
|
auth: inherit
|
|
|
|
settings:
|
|
timeout: 0
|
|
keepAliveInterval: 0
|