ptupitsyn commented on a change in pull request #611:
URL: https://github.com/apache/ignite-3/pull/611#discussion_r796509891
##########
File path:
modules/platforms/dotnet/Apache.Ignite/Internal/Proto/MessagePackReaderExtensions.cs
##########
@@ -189,8 +170,6 @@ public static bool TryReadNoValue(this ref
MessagePackReader reader)
throw new IgniteClientException(
$"Expected {expectedLength} bytes for {expectedType}
extension, but got {hdr.Length}.");
}
-
- return (int)hdr.Length;
Review comment:
@sanpwc I've removed `IgniteUuid` methods and the return value of this
method is no longer used anywhere.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]