Websocket (wss) requests for the linting of code in WebIde is failing on one particular client of mine. The network people are investigating and we think it is a similar scenario to https://github.com/aspnet/SignalR/issues/984
Requests of the form wss://[tenant-id].us30.hana.ondemand.com/LanguageServer/ws~HCM_TSH_MAN/eslint are returning 404.
We are guessing that the lack of sticky sessions on the proxy means that web socket requests are not sent with the same auth and thus failing.
Has anyone had this experience? or overcome it?
Thanks,
Nigel