LDEV-4802 Ignore invalid websocket close codes For unknown reason browsers sometimes close websockets with an invalid close code, for exampl…
Show more
LDEV-4802 Ignore invalid websocket close codesFor unknown reason browsers sometimes close websockets with an invalidclose code, for example 15393. It prevents from running @OnClose methodsin LAMS websocket servers. Since we do not have control over thissituation, it is better to skip CloseReason parameter all together.
Show less