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

Look through the code for non thread safe collections #1276

Open
felldo opened this issue Sep 16, 2023 · 0 comments
Open

Look through the code for non thread safe collections #1276

felldo opened this issue Sep 16, 2023 · 0 comments
Labels
🐛 bug Something isn't working 🎉hacktoberfest

Comments

@felldo
Copy link
Member

felldo commented Sep 16, 2023

Javacord version

3.8.0

Steps to reproduce

No response

What is expected?

All collections that can be modified should be thread safe

What is actually happening?

It is possible that some methods throw errors due to the usage of non thread safe collections

Any additional comments?

Affected collections are at least:

  • ServerVoiceChannel#connectedUsers
@felldo felldo added 🐛 bug Something isn't working 🎉hacktoberfest labels Sep 16, 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 🎉hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant