-
Notifications
You must be signed in to change notification settings - Fork 20
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
How to use persist connection ? #34
Comments
I'll look into it. |
This is 4 years old, I guess the project is not being supported any longer, but I have the same issue... tested on Node 6, 8, 10 and sphinx 2.0.4 |
Fixed in [email protected], check it out. |
Added test connection script to |
Thanks for the fixes @kurokikaze , it looks like the connection is persisted. I thought this would not be fixed so I forked your repository and published it to NPM to use it myself, it's here. I've also made some changes:
If you can add that to this repository I'd gladly abandon mine :) |
Solid work, @aescarcha! I'll check if I can make pull request from your repo kinda automatically. |
Thanks @kurokikaze that'd be great! I added another commit, I'm spawning multiple processes each opening multiple connections... at some point Sphinx just closes them, this commit executes every queued job callback with error. |
Example ( use persist connection ) from README.markdown not work for last sphinx with default configure. After start example script freeze and it is all ...
The text was updated successfully, but these errors were encountered: