Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.06k stars 449 forks source link

Sometimes last message disappears on reconnect #5681

Closed hemirt closed 3 weeks ago

hemirt commented 3 weeks ago

Checklist

Describe your issue

{A1324004-4434-47AE-A58D-3B5794368DA0}

(left new chatterino opened, right the chatterino that was open during the reconnect)

Sometimes the last message disappears on reconnect, ive had this usually happen when switching vpn servers, but its not happening consistently.

There's probably some check missing to replace only system messages, though I tried to take a look and could not find anything obviously wrong.

OS and Chatterino Version

Chatterino 2.5.1 (commit 7844a3b9 modified) built with Qt 6.8.0, MSVC 194134123 Running on Windows 11 Version 24H2, kernel: 10.0.26120

(running on my PR, but I've had this happen consistently on stable release and since then on multiple nightly versions)

Felanbird commented 3 weeks ago

Is this just #2804 but it happens with this message too

hemirt commented 3 weeks ago

Is this just #2804 but it happens with this message too

It does seem like it has the same core problem with the replacing messages thing. I'll close this and reference this post there.