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/05/12 22:46:27 UTC

[GitHub] [tinkerpop] vkagamlyk commented on a diff in pull request #1653: refactor ResultSet.One() to handle nil result

vkagamlyk commented on code in PR #1653:
URL: https://github.com/apache/tinkerpop/pull/1653#discussion_r871863861


##########
gremlin-go/driver/resultSet.go:
##########
@@ -149,11 +149,15 @@ func (channelResultSet *channelResultSet) Channel() chan *Result {
 }
 
 // One returns the next Result from the channelResultSet, blocking until one is available.

Review Comment:
   added in https://github.com/apache/tinkerpop/pull/1653/commits/dcb281409d65d115fb960cc534954e84f7b5415d



##########
gremlin-go/driver/resultSet.go:
##########
@@ -149,11 +149,15 @@ func (channelResultSet *channelResultSet) Channel() chan *Result {
 }
 
 // One returns the next Result from the channelResultSet, blocking until one is available.

Review Comment:
   added in https://github.com/apache/tinkerpop/pull/1653/commits/dcb281409d65d115fb960cc534954e84f7b5415d



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