generated from pure_sagacity/turborepo-starter-project
19 lines
237 B
YAML
19 lines
237 B
YAML
info:
|
|
name: rooms
|
|
type: websocket
|
|
seq: 4
|
|
|
|
websocket:
|
|
url: ws://localhost:3000/realtime
|
|
message:
|
|
type: text
|
|
data: |-
|
|
{
|
|
"type": "rooms"
|
|
}
|
|
auth: inherit
|
|
|
|
settings:
|
|
timeout: 0
|
|
keepAliveInterval: 0
|