jbmusso / gremlin-javascript

JavaScript tools for graph processing in Node.js and the browser inspired by the Apache TinkerPop API
MIT License
214 stars 63 forks source link

Add missing close method. #94

Closed vicneanschi closed 6 years ago

vicneanschi commented 6 years ago

Fixes #9

This method is actually expected to exist by GremlinClient: https://github.com/jbmusso/gremlin-javascript/blob/7cb7544dfbdf89f2a2863471f226825a2357b994/gremlin-client/src/GremlinClient.js#L84

jbmusso commented 6 years ago

Thanks! Will try to publish to npm soon.

pfilion commented 6 years ago

Thanks Jean-Baptiste !