btw is there any way to disable web sockets in fle...
# fleet
w
btw is there any way to disable web sockets in fleet ?
and what's the condition under fleet falls back to XHR ?
z
Fleet uses the SockJS libraries and falls back to XHR if websockets fail. In my experience, websockets perform far better than XHR and it's worth configuring your proxy/LB to support websockets.
w
Thanks