Anton Voylenko
Anton Voylenko
All wwebjs sessions are stored in folder configured using the `SESSIONS_PATH` env variable. If you don't set it, all sessions will be stored inside the docker container. That means if...
In this case the session are stored inside the docker container and you have to backup them before switching to new version.
Do a backup of the folder and copy all it's content to the a new container.
Can you share the service logs here? It seems that the session is not being terminated correctly.
Can this be merged?
The BYE message is missing since the WS connection is dropped on web page close.
@spointer thank you for the suggestion, but this won't solve the case when the network connection is dropped
@chrishubert are you gonna merge this?
Thank you for sharing this great idea with us. The owner of this project @chrishubert might check and merge this this someday, but I have already merged this functionality into...
@alechkos hm, weird then since after adding that argument to the function all messages are being marked as seen again.