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

Possible concurrent map access (#49) #50

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

kirollosnct
Copy link
Contributor

Possible concurrent map access to (*DeviceLocal).remoteDevices by multiple goroutines

Fixes #49

Possible concurrent map access to (*DeviceLocal).remoteDevices by
multiple goroutines
@DerAndereAndi
Copy link
Member

This looks great, thank you!

@coveralls
Copy link

Coverage Status

coverage: 93.689% (+0.005%) from 93.684%
when pulling dd5ea2c on kirollosnct:fix_issue_49
into 1aed917 on enbility:dev.

@DerAndereAndi DerAndereAndi merged commit 5fb9ea1 into enbility:dev Jan 23, 2025
4 checks passed
@DerAndereAndi DerAndereAndi added this to the Version 0.8 milestone Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sporadic concurrent map read/write in RemoveRemoteDevice
3 participants