[SOLVED] Network is down message - Cause

Answered
0
0

Hi everybody I have a thorny problem in my wisej application, the network is down event!

I would like to know what can trigger the event so to take the appropriate action.

And I’m wondering if I can hook the event so to force a logout (I’m under ADFS and Shibboleth architecture)

 

Thanks in advance

David from Italy

  • You must to post comments
Best Answer
0
0

The error is down message is caused by the network being disconnected. VWG didn’t support WebSocket so you’d get an unresponsive app if the network was disconnected during an http request only. Wisej supports both models: real time (WebSocket) and pull (HTTP). If you have something in between  that is causing the websocket to be dropped then you get this message until Wisej automatically reconnects.

You can turn off websocket in Default.json.

  • You must to post comments
0
0

Thank you for the answer!

Do you think is safe to ignore this message? WebGUI didn’t have this kind of error messages…

  • You must to post comments
0
0

Hi David,

network down errors cannot be handled on the server side,
but on the clients side.

See

https://wisej.com/support/question/network-errors-dialogs

Best regards
Frank

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.