spmallette commented on issue #1263: dotnet: add session mode connection URL: https://github.com/apache/tinkerpop/pull/1263#issuecomment-603766780 > it only failed when you had it merged into master locally? Any idea why it doesn't already fail on 3.4-dev / in this PR? Yes - it's because of: https://issues.apache.org/jira/browse/TINKERPOP-2336 > The Java driver only allows a session to be used by a single channel and therefore a single connection? I don't think the Java driver does anything fancy to allow that. It just configured a connection pool of size 1 and doesn't allow it to grow. That creates a single Netty `Channel` for the session to communicate over.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
