Hello, I am using the websocket connectivity to receive statistics and once in a while (every ~2-3 days) the websocket connection gets closed by the miniserver. The library tries a few times to reconnect but it fails due to Connection or authentication failed.
After a few attempts it is giving up leaving the connection broken. Only manual docker container restart helps and the app logs in correctly again and all works. This suggests that credentials must be correct.
More detailed logs:

Any idea what can be wrong?