From e1cd7454481a3c048e71894088f4ac26a7277e2f Mon Sep 17 00:00:00 2001 From: Viktor Vsk Date: Sun, 19 Nov 2023 14:20:07 +0100 Subject: [PATCH] Mention AUTH command in docs --- docs/ARCHITECTURE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 4be5cde..6535d01 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -28,6 +28,7 @@ In case all validations passed and event should be processed, Websocket server p | `CLOSE` | — | | `EVENT` | `NewEvent` | | `COUNT` | `CountRequest` | +| `AUTH` | — | At this point request processing part is finished on the WebsocketServer side and it awaits the result of the processed Sidekiq job.