From e5aea699656ec86f1be119acbb0cb8db38521707 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Mon, 12 Feb 2024 15:57:00 -0700 Subject: [PATCH] Document LiteFS WebSockets limitation --- litefs/proxy.html.markerb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/litefs/proxy.html.markerb b/litefs/proxy.html.markerb index d9afd9bed4..1f23c09827 100644 --- a/litefs/proxy.html.markerb +++ b/litefs/proxy.html.markerb @@ -81,3 +81,9 @@ is configured to the proxy's bind port in your `fly.toml`: protocol = "tcp" ``` + +## Websockets + +At this time, the proxy does not work with WebSockets. You can still use LiteFS +with WebSocket applications but you will need to internally proxy the write +requests to the [current primary in the cluster](primary). \ No newline at end of file