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 2020/04/08 19:59:43 UTC

[GitHub] [tinkerpop] github5775 edited a comment on issue #1172: Handle closed connections gracefully instead of bubbling up exceptions

github5775 edited a comment on issue #1172: Handle closed connections gracefully instead of bubbling up exceptions
URL: https://github.com/apache/tinkerpop/pull/1172#issuecomment-611148700
 
 
   yes, how can the submit be called before the client has connected?  all of my issues were related to loss of connection at significantly subsequent time.  our web application and my gremlin studio application have never seen this case.
   
   as to connection ending, your excellent code sits on the network layer, so there may be some timeout optimization there, i haven't looked at the code (is it oss?).  as discussed earlier, gateway code is usually written to optimize connections, i.e. leave connection open until a certain timeout for lack of activity.  so that is likely the case here for both client and server side.  but if this occurs right away, then there should be another reason.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services