Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sites/upsun/src/learn/overview/build-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ During any deployment, long-lived connections like WebSockets or Server-Sent Eve

With ZDD, you can plan for smooth reconnection:

- SSE supports automatic retry logic (MDN reference).
- SSE supports automatic retry logic ([MDN reference](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#retry)).

- WebSocket clients should implement reconnect logic.

Expand Down
Loading