gremlin-javascript
gremlin-javascript copied to clipboard
Unable to send a new query over wss before the last one is returned
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.
I have the same issue here, you got any solutions ?
Thanks for reporting this. I'm unsure about what could be going wrong. What version of gremlin-javascript do you use? CC @pluradj
I'm using version 2.7.0
@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 [email protected] --save
Check out my gist.