ptupitsyn commented on code in PR #4902:
URL: https://github.com/apache/ignite-3/pull/4902#discussion_r1886255588


##########
modules/platforms/dotnet/Apache.Ignite.Tests/FakeServer.cs:
##########
@@ -309,6 +309,7 @@ protected override void Handle(Socket handler, 
CancellationToken cancellationTok
 
                     case ClientOp.TxBegin:
                         reader.Skip(); // Read only.
+                        reader.Skip(8); // TimeoutMillis.

Review Comment:
   ```suggestion
                           reader.Skip(); // TimeoutMillis.
   ```
   
   `8` means skip 8 values, not 8 bytes.



-- 
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: notifications-unsubscr...@ignite.apache.org

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

Reply via email to