Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix for old C#
cleanup code a bit (fix compilation on unity)
change lockfree to locks because of possible ABA problem
add volatile again
fix info in InvalidTypeExceptions. Fix for list serializing for fastc… …allstatic (fix RevenantX#390)
update docs
add List<T> support for NetSerializer/PacketProcessor for custom type… …s. Improved PacketProcessorExapmle
improve speed on NetDataReader/NetDataWriter for arrays
fix unreliable channel