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/06/24 00:37:10 UTC

[GitHub] [tinkerpop] simonz-bq opened a new pull request, #1735: Fix indefinite hanging on JS client on server restart

simonz-bq opened a new pull request, #1735:
URL: https://github.com/apache/tinkerpop/pull/1735

   The JS implementation of the websocket resolves traversal promises by waiting for either "error" (reject) or "message" (resolve or reject depending on the contained data). However, upon the connection terminating (server restart), the "close" event is fired instead, so therefore we must let all waiting response handlers on the websocket know to reject the waiting promises.


-- 
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] simonz-bq closed pull request #1735: TINKERPOP-2754: Fix indefinite hanging on JS client on server restart

Posted by GitBox <gi...@apache.org>.
simonz-bq closed pull request #1735: TINKERPOP-2754: Fix indefinite hanging on JS client on server restart
URL: https://github.com/apache/tinkerpop/pull/1735


-- 
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