diff --git a/LiteNetLib/LiteNetLib.csproj b/LiteNetLib/LiteNetLib.csproj index 03f0b170..2210201a 100644 --- a/LiteNetLib/LiteNetLib.csproj +++ b/LiteNetLib/LiteNetLib.csproj @@ -11,7 +11,8 @@ true 1701;1702;1705;1591 - 1.0.0-rc.3 + 1.0.1 + Lite reliable UDP library for Mono and .NET @@ -34,7 +35,7 @@ True 1.0.0-rc.2 Ruslan Pyrch - Copyright 2022 Ruslan Pyrch + Copyright 2023 Ruslan Pyrch Lite reliable UDP library for .NET, Mono, and .NET Core LNL.png README.md diff --git a/LiteNetLibSampleUnity/Assets/LiteNetLib.dll b/LiteNetLibSampleUnity/Assets/LiteNetLib.dll index 7bc19077..230f66ce 100644 Binary files a/LiteNetLibSampleUnity/Assets/LiteNetLib.dll and b/LiteNetLibSampleUnity/Assets/LiteNetLib.dll differ diff --git a/LiteNetLibSampleUnity/Assets/LiteNetLib.xml b/LiteNetLibSampleUnity/Assets/LiteNetLib.xml index b67031b3..12a28dd6 100644 --- a/LiteNetLibSampleUnity/Assets/LiteNetLib.xml +++ b/LiteNetLibSampleUnity/Assets/LiteNetLib.xml @@ -1011,12 +1011,23 @@ length CRC32C checksum + + + Note that "maxStringLength" only limits the number of characters in a string, not its size in bytes. + Strings that exceed this parameter are returned as empty + + Note that "maxLength" only limits the number of characters in a string, not its size in bytes. "string.Empty" if value > "maxLength" + + + Note that "maxLength" only limits the number of characters in a string, not its size in bytes. + + Creates NetDataWriter from existing ByteArray