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

Fix synchronized issue #44

Merged
merged 1 commit into from
Feb 27, 2015
Merged

Fix synchronized issue #44

merged 1 commit into from
Feb 27, 2015

Conversation

taer
Copy link
Contributor

@taer taer commented Feb 27, 2015

This was what I was attempting to test when I found issue #42. There is a potential threading issue in the decoder.
It was syncing on chars, which can be reassigned in the called method.
Instead just synchronizing on the Codec itself. Left reformatting till later.

It was syncing on chars, which can be reassigned in the called method.
Instead just synchronizing on the Codec itself. Left reformatting till later.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.15%) to 95.73% when pulling 4c71a24 on taer:codecFix into 105ed0d on mp911de:master.

@mp911de
Copy link
Collaborator

mp911de commented Feb 27, 2015

Thanks for the PR.
FYI: You can find the formatter settings at formatting.xml

mp911de added a commit that referenced this pull request Feb 27, 2015
@mp911de mp911de merged commit 5512343 into redis:master Feb 27, 2015
@mp911de
Copy link
Collaborator

mp911de commented Feb 27, 2015

Merged.

@mp911de mp911de added the type: feature A new feature label Feb 27, 2015
@mp911de mp911de added this to the Lettuce 3.1 milestone Feb 27, 2015
@taer taer deleted the codecFix branch March 1, 2015 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants