Gremlin-JavaScript Global Websocket

I’m just wondering if there is a reason the gremlin-JavaScript 3.7 branch does not pass options/headers to the globalThis.WebSocket if defined?
Solution
Here is my attempt at solving this:

https://github.com/apache/tinkerpop/pull/2968
GitHub
The current 3.7-dev implementation does not pass headers to the WebSocket when utilizing the globalThis.WebSocket. This causes issues when initially upgrading to this version of gremlin (or upgradi...
Was this page helpful?