Skip to content

fix: surround agentTokenToLogger with mutex #16

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

Merged
merged 3 commits into from
Feb 15, 2024
Merged

fix: surround agentTokenToLogger with mutex #16

merged 3 commits into from
Feb 15, 2024

Conversation

kylecarbs
Copy link
Member

Fixes #15

@kylecarbs kylecarbs requested a review from ericpaulsen December 5, 2023 13:45
@kylecarbs kylecarbs self-assigned this Dec 5, 2023
kylecarbs and others added 3 commits February 15, 2024 01:01
- Calling p.sendLog in a goroutine allows the goroutine to escape
  the mutex that is being held by a calling function, presenting
  an opportunity for concurrent read/writes to occur on the map.
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.

pod restarts upon workspace restarts
3 participants