[
https://issues.apache.org/jira/browse/THRIFT-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward Zhuravlov updated THRIFT-5010:
-------------------------------------
Description:
Conversion -should be- from/to TCP protocol format (always big-Endian) to
execution envilopment based on processor architecture. See System.BitConverter
class:
[https://docs.microsoft.com/en-us/dotnet/api/system.bitconverter?view=netstandard-2.0]
Recomended use BinaryPrimitives.WriteInt32BigEndian/ReadInt32BigEndian class
from nuget System.Memory by Microsoft for NetStandard 2.0.
was:
Conversion should be based on processor architecture. See System.BitConverter
class:
[https://docs.microsoft.com/en-us/dotnet/api/system.bitconverter?view=netstandard-2.0]
Recomended use BinaryPrimitives.WriteInt32BigEndian/ReadInt32BigEndian class
from nuget System.Memory by Microsoft for NetStandard 2.0.
> NetStd: TFramedTransport - bigEndianConversion incorrect
> --------------------------------------------------------
>
> Key: THRIFT-5010
> URL: https://issues.apache.org/jira/browse/THRIFT-5010
> Project: Thrift
> Issue Type: Improvement
> Components: netstd - Library
> Affects Versions: 0.13.0
> Reporter: Edward Zhuravlov
> Priority: Major
> Labels: features
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> Conversion -should be- from/to TCP protocol format (always big-Endian) to
> execution envilopment based on processor architecture. See
> System.BitConverter class:
> [https://docs.microsoft.com/en-us/dotnet/api/system.bitconverter?view=netstandard-2.0]
> Recomended use BinaryPrimitives.WriteInt32BigEndian/ReadInt32BigEndian class
> from nuget System.Memory by Microsoft for NetStandard 2.0.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)