From fd60d60e1f022d8671d7fdd3fadb72cf188267dc Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 30 Jun 2023 12:04:38 +0200 Subject: [PATCH 1/2] [docs-only] Update userlog README.md --- services/userlog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/userlog/README.md b/services/userlog/README.md index 1f9aa0e0a..774d40453 100644 --- a/services/userlog/README.md +++ b/services/userlog/README.md @@ -32,7 +32,7 @@ The `userlog` service provides an API to retrieve configured events. For now, th ## Subscribing -Additionaly to the oc10 API, the `userlog` service also provides an `/sse` (Server-Sent Events) endpoint to be informed by the server when an event happens. See [What is Server-Sent Events](https://medium.com/yemeksepeti-teknoloji/what-is-server-sent-events-sse-and-how-to-implement-it-904938bffd73) for a simple introduction and examples to server sent events. The `sse` endpoint will respect language changes of the user without needing to reconnect. +Additionaly to the oc10 API, the `userlog` service also provides an `/sse` (Server-Sent Events) endpoint to be informed by the server when an event happens. See [What is Server-Sent Events](https://medium.com/yemeksepeti-teknoloji/what-is-server-sent-events-sse-and-how-to-implement-it-904938bffd73) for a simple introduction and examples to server sent events. The `sse` endpoint will respect language changes of the user without needing to reconnect. Note that SSE have the limitation of six open connections per browser which can be reached if one has opened various tabs of the Web UI pointing to the same Infinite Scale instance. ## Deleting From 05223f452d1c74a87cc8fcff82034d40839d836d Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 30 Jun 2023 13:42:42 +0200 Subject: [PATCH 2/2] Update services/userlog/README.md Co-authored-by: Phil Davis --- services/userlog/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/userlog/README.md b/services/userlog/README.md index 774d40453..701fbfa29 100644 --- a/services/userlog/README.md +++ b/services/userlog/README.md @@ -32,7 +32,7 @@ The `userlog` service provides an API to retrieve configured events. For now, th ## Subscribing -Additionaly to the oc10 API, the `userlog` service also provides an `/sse` (Server-Sent Events) endpoint to be informed by the server when an event happens. See [What is Server-Sent Events](https://medium.com/yemeksepeti-teknoloji/what-is-server-sent-events-sse-and-how-to-implement-it-904938bffd73) for a simple introduction and examples to server sent events. The `sse` endpoint will respect language changes of the user without needing to reconnect. Note that SSE have the limitation of six open connections per browser which can be reached if one has opened various tabs of the Web UI pointing to the same Infinite Scale instance. +Additionally to the oc10 API, the `userlog` service also provides an `/sse` (Server-Sent Events) endpoint to be informed by the server when an event happens. See [What is Server-Sent Events](https://medium.com/yemeksepeti-teknoloji/what-is-server-sent-events-sse-and-how-to-implement-it-904938bffd73) for a simple introduction and examples of server sent events. The `sse` endpoint will respect language changes of the user without needing to reconnect. Note that SSE has a limitation of six open connections per browser which can be reached if one has opened various tabs of the Web UI pointing to the same Infinite Scale instance. ## Deleting