Skip to content

Commit 21ecbe9

Browse files
docs: add daemon request format warning (#1045)
Co-authored-by: Renan <[email protected]>
1 parent c1d717f commit 21ecbe9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docs/advanced/daemon.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ $ dart_frog daemon
4040

4141
The `id` field on the request is used to match the request with the response. As the client sets it arbitrarily, the client is responsible for ensuring that all request ids are unique.
4242

43+
:::warning
44+
The requests should be strictly in the format `[{...}]`. Therefore, sending a request with any of these formats: `[{...},]`, `[{...}, {...}]` or `[{...}]\n[{...}]` is currently not accepted.
45+
:::
46+
4347
---
4448

4549
# Domains

0 commit comments

Comments
 (0)