You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2022/07/19 22:57:30 UTC

[GitHub] [tinkerpop] L0Lmaker opened a new pull request, #1765: Allow connections from IPv6 for `test-server-start.groovy` server

L0Lmaker opened a new pull request, #1765:
URL: https://github.com/apache/tinkerpop/pull/1765

   Attempting to reach localhost on Windows with a client can be resolved with IPv6 and IPv4 addresses. The WebSocket client tries to establish a connection to the IPv6 address with a timeout of 1 sec and attempts to do this 2 times. Gremlin Server does not accept connection for IPv6, so it refuses it. Then the client connects to IPv4 address.
   
   With 0.0.0.0 server will accept all connections, including IPv6.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] kenhuuu commented on pull request #1765: Allow connections from IPv6 for `test-server-start.groovy` server

Posted by GitBox <gi...@apache.org>.
kenhuuu commented on PR #1765:
URL: https://github.com/apache/tinkerpop/pull/1765#issuecomment-1192814715

   LGTM


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] spmallette merged pull request #1765: Allow connections from IPv6 for `test-server-start.groovy` server

Posted by GitBox <gi...@apache.org>.
spmallette merged PR #1765:
URL: https://github.com/apache/tinkerpop/pull/1765


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tinkerpop] codecov-commenter commented on pull request #1765: Allow connections from IPv6 for `test-server-start.groovy` server

Posted by GitBox <gi...@apache.org>.
codecov-commenter commented on PR #1765:
URL: https://github.com/apache/tinkerpop/pull/1765#issuecomment-1189637073

   # [Codecov](https://codecov.io/gh/apache/tinkerpop/pull/1765?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#1765](https://codecov.io/gh/apache/tinkerpop/pull/1765?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (a630c1c) into [3.5-dev](https://codecov.io/gh/apache/tinkerpop/commit/25db0515a19fbb18111758b2b527262cd6c135d3?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (25db051) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff            @@
   ##           3.5-dev    #1765   +/-   ##
   ========================================
     Coverage    63.58%   63.58%           
   ========================================
     Files           23       23           
     Lines         3636     3636           
   ========================================
     Hits          2312     2312           
     Misses        1145     1145           
     Partials       179      179           
   ```
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tinkerpop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org