cfdp / opeka

Counseling chat service, built for providing anonymous help to young people at risk
https://curachat.com
GNU General Public License v3.0
10 stars 6 forks source link

Messages not being rendered #74

Closed cfdp closed 7 years ago

cfdp commented 7 years ago

In some cases messages are not being rendered. The issue has been experienced on the develop branch.

I have found no exact way of reproducing this, but it happens quite reliably when creating a room, joining with two participants and just start sending messages rapidly by one of the participants.

At some point some messages will just not appear.

alex-bukach commented 7 years ago

@benjamin-dk Fixed in https://github.com/cfdp/opeka/pull/75. The issue was that when a message is being rendered, the window is in scrolling state, while new messages were not pushed to the messages list while scrolling.

cfdp commented 7 years ago

Fixed in #75