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

Gremlex hangs attempting to connect unless "path" specified in configuration #84

Open
joeapearson opened this issue Dec 17, 2020 · 2 comments

Comments

@joeapearson
Copy link

If I specify a config of:

config :gremlex,
  host: "127.0.0.1",
  port: 8182,
#  path: "/gremlin",
  pool_size: 10,
  secure: false

(With the path property commented out), then Gremlex hangs preventing the application from starting up. I guess what is happening is that the socket is connecting to some default path (maybe /) and then some expected subsequent communication isn't happening as expected. Is this about right? Any more clues as to what is happening?

The fix is trivial - just specify a path in the config and it's fine! It'd be nice to have the code catch this condition and fail gracefully though, which is what I'd propose in an MR.

Lastly; it looks like this repo hasn't been touched in a while. Let me know if this project is still alive and accepting MRs :)!

@joeapearson
Copy link
Author

If this project isn't being actively maintained; can I put in a request to either take it over or get enough access to start accepting MRs?

@rafmsou
Copy link
Contributor

rafmsou commented Dec 17, 2020

I haven't contributed to this project in a while so I'm not really sure about it's current state and/or future plans.
Perhaps @barakyo can answer this.

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

No branches or pull requests

2 participants