GitHub user elliotttf opened a pull request:

    https://github.com/apache/tinkerpop/pull/887

    fix(DriverRemoteConnection): return the promise on close

    The jsdoc indicates that the `DriverRemoteConnection.close()` method 
returns a `Promise`; however, the first time the method is called it returns 
`undefined`.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/elliotttf/tinkerpop fix-close-return

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/887.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #887
    
----
commit cb32311ca2d9c3c6a4085f34db8656aaa6277ef9
Author: Elliott Foster <elliottf@...>
Date:   2018-07-02T22:05:46Z

    fix(DriverRemoteConnection): return the promise on close
    
    The jsdoc indicates that the `DriverRemoteConnection.close()` method 
returns a `Promise`; however, the first time the method is called it returns 
`undefined`.

----


---

Reply via email to