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

No need for thread safety in most cases. #136

Merged
merged 1 commit into from
May 30, 2020
Merged

No need for thread safety in most cases. #136

merged 1 commit into from
May 30, 2020

Conversation

jetersen
Copy link
Collaborator

Removes thread safety but I cannot figure out why it was added in the first place.

Unless someone is running some highly parallel against the client it would be an issue.

fixes #134

@codecov-io
Copy link

Codecov Report

Merging #136 into master will decrease coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #136      +/-   ##
==========================================
- Coverage   71.59%   71.54%   -0.05%     
==========================================
  Files         162      162              
  Lines        2299     2295       -4     
==========================================
- Hits         1646     1642       -4     
  Misses        653      653              
Impacted Files Coverage Δ
.../GitLabApiClient/Internal/Http/GitLabHttpFacade.cs 97.56% <100.00%> (-0.22%) ⬇️

@jetersen jetersen merged commit 97d3d8d into nmklotas:master May 30, 2020
@jetersen jetersen deleted the remove/lock branch May 30, 2020 09:13
@jetersen jetersen added the bug label May 30, 2020
MindaugasLaganeckas pushed a commit to MindaugasLaganeckas/GitLabApiClient that referenced this pull request Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LoginAsync waiting Infinitely
2 participants