Talkdust / Issues

A Talkdust repo to track issues (features, bugs, tasks) that is public facing
0 stars 0 forks source link

When updating chat-server containers, userIDs dangle in rooms (won't disconnect unless revisited) #9

Closed ArtyMcFly closed 6 years ago

ArtyMcFly commented 7 years ago

reproduce steps:

prereqs: start the system uo

    • [ ] join a room
    • [ ] docker rm -f talkdustweb_chat-server_1
    • [ ] close browser window (while the chat-server is down)
    • [ ] docker-compose up -d chat-server

although the reproduction step can occur without the browser window close, the system sometimes reconnects and disconnects during the update container process and we don't always see the bug. However, the above steps would always reproduce the bug.