Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a crash which could occur when scrolling conversation messages #926

Merged

Conversation

mpretty-cyro
Copy link
Collaborator

Found a fairly rare EXC_BAD_ACCESS crash which happened while processing a message data update and accessing the threadData, looks like it was a multi-threading issue so updated the threadData to be an Atomic<T> value

@mpretty-cyro mpretty-cyro added the bug Something isn't working label Oct 6, 2023
@mpretty-cyro mpretty-cyro self-assigned this Oct 6, 2023
@mpretty-cyro mpretty-cyro merged commit e427e59 into oxen-io:dev Oct 12, 2023
1 check passed
@mpretty-cyro mpretty-cyro deleted the fix/rare-multi-threading-crash branch October 12, 2023 05:15
@mpretty-cyro mpretty-cyro mentioned this pull request Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants