markiodev / Networker

A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
MIT License
477 stars 77 forks source link

Work without a serializer #44

Open iamkisly opened 5 years ago

iamkisly commented 5 years ago

Hey. I scanned the code, and I liked it. But I can not find the opportunity to work without a serializer with byte array. Please add this low-level function.

erictuvesson commented 5 years ago

We have talked about this before, probably in discord. @MarkioE said he was playing around with a good solution for it, but I think other things got in the way.

mingyangzhu commented 4 years ago

Most of the time we need a custom packet format,so get raw byte data is necessary. (eg: iot)