Python to Qlik sense server connection refused after some requests through websocket.
I'm currently working on python to Qlik server connection using JWT authentication method. It works fine for some 3 or 4 requests and then it shows error. I don't know what is wrong with it.
Also, I heard that try to use certificate authentication. but I don't know how to use it with WebSocket. (please provide demo code if possible)
please note that I cannot use a cookie to hold the session with Qlik server because my application is itself Django server and it cannot store a cookie.