Github user jorgebay commented on the issue:
https://github.com/apache/tinkerpop/pull/704
I've left some line comments on the pr.
Apart from the issue this patch is addressing, we should create separate
tickets for issues related to the .NET driver pool:
- Blocking (use of `lock`).
- An unbounded number of connections can be created under pressure.
- Lack of request pipelining on the same connection.
I wasn't able to focus on the .NET driver itself, my initial priority was
getting a stable `GraphTraversal` API and bytecode serialization, but we can
tackle these issues progressively in the next versions.
---