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

Implement concurrency in GPG agent server #61

Merged
merged 3 commits into from
Sep 13, 2021
Merged

Implement concurrency in GPG agent server #61

merged 3 commits into from
Sep 13, 2021

Conversation

smlx
Copy link
Owner

@smlx smlx commented Sep 13, 2021

Allow piv-agent to serve multiple gpg-agent connections concurrently.

Closes: #57

Each accepted connection now runs in its own goroutine, allowing
concurrent connections to the gpg-agent socket to avoid blocking each
other.
@smlx smlx added the enhancement New feature or request label Sep 13, 2021
@smlx smlx enabled auto-merge September 13, 2021 05:59
@smlx smlx merged commit d5c3169 into main Sep 13, 2021
@smlx smlx deleted the concurrent-server branch September 13, 2021 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow concurrent usage
1 participant