generated from pure_sagacity/turborepo-starter-project
29 lines
533 B
YAML
29 lines
533 B
YAML
info:
|
|
name: message
|
|
type: websocket
|
|
seq: 5
|
|
|
|
websocket:
|
|
url: ws://localhost:3000/realtime
|
|
message:
|
|
type: json
|
|
data: |-
|
|
{
|
|
"type": "message",
|
|
"username": "bob",
|
|
"roomId": "67676767676767",
|
|
"m": {
|
|
"id": 1,
|
|
"roomId": "67676767676767",
|
|
"username": "bob",
|
|
"content": "I alone am the honored one.",
|
|
"timestamp": 1784349801729,
|
|
"deleted": false
|
|
}
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
timeout: 0
|
|
keepAliveInterval: 0
|