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

Reconnect #22

Merged
merged 3 commits into from
Feb 24, 2014
Merged

Reconnect #22

merged 3 commits into from
Feb 24, 2014

Conversation

puzza007
Copy link
Contributor

No description provided.

Tested by manually start/stopping Cassandra and using:

application:start(snappy).
application:start(lz4).
application:start(erlcql).
{ok, Pid} = erlcql:start_link("localhost", [{auto_reconnect, true}]).
erlcql:q(Pid, <<"SELECT * FROM t">>).
@rpt
Copy link
Owner

rpt commented Feb 24, 2014

Thanks!

rpt added a commit that referenced this pull request Feb 24, 2014
@rpt rpt merged commit 5a73e18 into rpt:develop Feb 24, 2014
@puzza007 puzza007 deleted the reconnect branch February 24, 2014 10:07
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