Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

better signal handling #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

better signal handling #4

wants to merge 3 commits into from

Conversation

poelzi
Copy link

@poelzi poelzi commented Aug 1, 2011

i extended the cassandra bindings with more save signals.

while tesitng a ran into some state bugs, mostly related tho columnfamilies not beeing ready and unsave signaling on the client as well. i fixed it with a more useable event system allowing easy callbacks in test environments.

for some reason i havent found out why expresso is doing this: the test suite runs trough the tests successfully, but waits for some reason and will not finish. ctrl + c prints: 100% success....
some callback seems to cause stall, on my projects using vows, everything works nice.

in my uuid branch i extended the bindings with transparent handling of uuid objects, making them easier to use then binary strings.

poelzi added 3 commits July 27, 2011 04:55
ready is emmitted when connection is established. allows to wait in
tests for example
better handle ready states. Now its perfectly save to create
client.getColumnFamily() anytime in code. Their ready state reflect
their state correctly now, except the client disconnects.

add more tests
@rstacruz
Copy link

rstacruz commented Sep 5, 2011

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants