GitHub user spmallette opened a pull request:

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

    TINKERPOP-1249 Add keep-alive functionality to websockets Java Driver

    https://issues.apache.org/jira/browse/TINKERPOP-1249
    
    If a connection goes idle, the driver will periodically send a ping to the 
server to keep the connection alive. 
    
    All good with `mvn clean install && mvn verify -pl gremlin-server 
-DskipIntegrationTests=false`. Also ran some manual tests and did some memory 
profiling of the driver to make sure there were no leaks.
    
    VOTE +1

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

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1249

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

    https://github.com/apache/tinkerpop/pull/433.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 #433
    
----
commit d881484a40ef7c5924e97a1adce7d0a7bf6654ea
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2016-09-22T11:48:59Z

    Add keep-alive functionality to Java Driver.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to