Chatting icon indicating copy to clipboard operation
Chatting copied to clipboard

Searching: Wrap drawnChatLines in a new list to access messages thread-safely

Open Yedelo opened this issue 8 months ago • 0 comments

Description

Searching: Wrap drawnChatLines in a new list to access messages thread-safely <GuiNewChat>.drawnChatLines -> new ArrayList(<GuiNewChat>.drawnChatLines)

Related Issue(s)

Fixes #47

How to test

open the chat search bar send chat messages from a different thread it should no longer crash!

Release Notes

Fix crash with searching messages

Documentation

No

Yedelo avatar Aug 23 '25 18:08 Yedelo