-
Notifications
You must be signed in to change notification settings - Fork 26
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 functionality #11
Comments
Also the event callbacks aren't of use here. When it's not possible to connect, the event CONNECTION with code -3 is reported, instead of the CONNECTION_ERROR event. Also there is no event to indicate that the connection was lost. |
HI Juraj, many of our clients are community supported. Would you be interested in contributing updates for this client? If so, please email me a signed copy of our contributor agreement (found here: http://voltdb.com/contributor-license-agreement/). Thanks, John |
Hi John, I was thinking about writing a new Node.js driver for VoltDB from scratch. Would this be potentially something VoltDB would be interested in doing on a contract basis with me? Best, |
Hi Juraj, I'm interested in discussing this further. We did have industry Node.js John On Sun, Jan 19, 2014 at 8:51 AM, Juraj Vitko notifications@github.comwrote:
_E: *jpiekos@voltdb.com |
Hi John, I'll send you all of that to your Gmail, if that's OK. Best, |
I did solve reconnection issue. How to contribute? |
Hi Victor, We'd love a contribution - you can create a pull request on that Thanks, John On Fri, Jun 6, 2014 at 6:43 PM, victorat notifications@github.com wrote:
_E: *jpiekos@voltdb.com |
Any update? |
- Tracks connections that have been opened so they can be closed. - Tracks background tasks that have been setup so they can be shut down. - Closes connection sockets. - Shuts down background tasks. This was needed to run the test cases as a suite. Previously they only worked individually. Bound client exit to exit function and also improved debug logging. This is a step towards fixing VoltDB#11 but more needs to be done. At least the test suite runs now :)
* Fix how the client is setup and torn down so that it: - Tracks connections that have been opened so they can be closed. - Tracks background tasks that have been setup so they can be shut down. - Closes connection sockets. - Shuts down background tasks. This was needed to run the test cases as a suite. Previously they only worked individually. Bound client exit to exit function and also improved debug logging. This is a step towards fixing #11 but more needs to be done. At least the test suite runs now :)
I'm still having this issue when I pass a login request with a bad password. |
Sorry guys but the reconnect functionality is not ok.
close()
functionality, so the only solution is to restart the Node.js process, which is lame.Do you think you can fix this?
The text was updated successfully, but these errors were encountered: