Github user FlorianHockmann commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/868#discussion_r188653381
  
    --- Diff: gremlin-dotnet/src/Gremlin.Net/Driver/Connection.cs ---
    @@ -80,6 +80,7 @@ internal class Connection : IConnection
     
             private async Task<IReadOnlyCollection<T>> ReceiveAsync<T>()
    --- End diff --
    
    Can't we change the return type here now to `Task<ResultSet<T>>`?


---

Reply via email to