[ 
https://issues.apache.org/jira/browse/TINKERPOP-3061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17835072#comment-17835072
 ] 

ASF GitHub Bot commented on TINKERPOP-3061:
-------------------------------------------

xiazcy commented on PR #2525:
URL: https://github.com/apache/tinkerpop/pull/2525#issuecomment-2043756862

   > Sorry, I'm away this week and don't have access to my work laptop. Will 
take a look at all the pending comments & resolve them next week 🙏
   
   No worries, thank you for all the contributions! 
   
   Just a quick note. Not sure if you have gotten a chance to start looking at 
the comments, as we'd like to release this with 3.7.2 this week, we will likely 
be cherry-picking your changes into another PR for the release branch today. If 
we do proceed with that we'll be closing this PR, and you shouldn't need to do 
any further work.
   
   Now there might still be functionality improvements we miss, so please feel 
free to add additional changes once the branches re-open.  




> Concurrent queries will break authentication on javascript driver
> -----------------------------------------------------------------
>
>                 Key: TINKERPOP-3061
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-3061
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: javascript
>    Affects Versions: 3.6.6, 3.7.1
>            Reporter: Yang Xia
>            Priority: Major
>
> Reported by tien on Discord:
> {code:java}
> import gremlin from "gremlin";
> const g = gremlin.process.AnonymousTraversalSource.traversal().withRemote(
>   new gremlin.driver.DriverRemoteConnection("ws://localhost:8182/gremlin", {
>     authenticator: new gremlin.driver.auth.PlainTextSaslAuthenticator(
>       "admin",
>       "administrator"
>     ),
>   })
> );
> // This will throws: Failed to authenticate (401)
> await Promise.all([g.V().toList(), g.V().toList()]);
> // This works as expected
> await g.V().toList();
> await g.V().toList(); {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to