DarkRiftNetworking / Hazel-Networking

Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
http://www.darkriftnetworking.com
MIT License
206 stars 44 forks source link

Fix compilation issues with Unity3D #9

Closed izackp closed 7 years ago

izackp commented 7 years ago

Auto properties initializes aren't supported in Unity3D

JamJar00 commented 7 years ago

Awesome! Congratulations on the first pull request for Hazel!

Thank you for taking the time to fix this, your help really is appreciated!

Can I ask that you change _fragmentSize to just fragmentSize in order to maintain consistency with other fields? I'm happy to merge after that!

Jamie

izackp commented 7 years ago

Updated.

JamJar00 commented 7 years ago

Thanks! Keep up the great work 🙂