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

Unable to send a new query over wss before the last one is returned #110

Open
baptisteArno opened this issue Apr 20, 2018 · 4 comments
Open

Comments

@baptisteArno
Copy link

I am currently using an instance of JanusGraph (0.1.1) on IBM Cloud for a project. I succesfully connected to this instance using the library. Everything works greate but I can't send multiple queries at the same time. Until a first query response is returned, every other query in the same Websocket fails with error : Failed to authenticate (Error 401).

This problem surely comes from our JanusGraph server configuration but I was wondering if you ever ran into the same kind of problem.

@ahmed-serag
Copy link

I have the same issue here, you got any solutions ?

@jbmusso
Copy link
Owner

jbmusso commented May 3, 2018

Thanks for reporting this. I'm unsure about what could be going wrong. What version of gremlin-javascript do you use?
CC @pluradj

@ahmed-serag
Copy link

I'm using version 2.7.0

@pluradj
Copy link

pluradj commented May 3, 2018

@jbmusso The Error: Failed to authenticate (Error 401) is reproducible with the OSS Gremlin Server. I used apache-tinkerpop-gremlin-server-3.2.3 and npm install gremlin@2.7.0 --save

Check out my gist.

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

4 participants