Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bug in Operation class #6

Closed
lukiano opened this issue Sep 3, 2013 · 1 comment
Closed

Bug in Operation class #6

lukiano opened this issue Sep 3, 2013 · 1 comment
Labels
Milestone

Comments

@lukiano
Copy link

lukiano commented Sep 3, 2013

In the Operation class, line 10, if you replace:

completeSuccess(r.get._1)

with

if (r.isDefined) completeSuccess(r.get._1)

then it won't crash when the redis response comes in more than one chunk (bytestring)

@etaty
Copy link
Owner

etaty commented Sep 3, 2013

Yes, thanks.

I think, only version 1.1 is affected. You can use 1.0 for the moment. I will release 1.2 later this week.

@etaty etaty closed this as completed in f5f20c6 Sep 3, 2013
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants