Skip to content

Conversation

@pheaver
Copy link

@pheaver pheaver commented May 22, 2012

I found that using Int32 is not correct on 64-bit clients. The zookeeper client uses a C int type that corresponds to Int in Haskell (it's 32-bit or 64-bit depending on the architecture), so I changed Int32 to Int.

I also used preallocated buffer buffer for some actions instead of allocating each time.

I'd like to start using the LionTamer stuff in production, but I think I need to clean it up a bit first. One thing is I need to remove the putStrLn lines.

@tsuraan
Copy link
Owner

tsuraan commented Dec 3, 2012

Wow, sorry about that delay; I just found the "Pull Requests" section on github, and saw this pending. I'll take a look and merge it in very soon now. Thanks!

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.

2 participants