New
LiteNetLib 1.3.5
What's Changed
- Fixed typos in readme by @AldeRoberge in https://github.com/RevenantX/LiteNetLib/pull/576
- Fix NativeAddress update bug in FinishEndPointChange method by @Niaobu in https://github.com/RevenantX/LiteNetLib/pull/578
- Support for connecting and writing span of bytes by @popcron in https://github.com/RevenantX/LiteNetLib/pull/577
- Feature: Allow simulating outbound networking by @Niaobu in https://github.com/RevenantX/LiteNetLib/pull/579
- Add incoming fragments limit
- Prevent unnecessary allocations in
NetManager.ProcessNtpRequests - Drop net471 in nuget packet (but it will work from source)
- Some little additions to NetDataWriter/NetDataReader
New Contributors
- @AldeRoberge made their first contribution in https://github.com/RevenantX/LiteNetLib/pull/576
- @Niaobu made their first contribution in https://github.com/RevenantX/LiteNetLib/pull/578
Full Changelog: https://github.com/RevenantX/LiteNetLib/compare/1.3.1...1.3.5