Toemsel/Network

Does this work on mobile devices using Unity?

asusralis opened this issue · 2 comments

And would aot matter at all?

It works with Unity and I see no reason why it shouldn't work for mobile devices (using Unity) as well.
AOT (iOS) has never been tested. Feel free to report your experience. (I don't know how iOS AOT compilation handles the reflection namespace. The lib uses reflection a lot, so maybe that could lead to issues)

Cool, thanks for the information! I'll definitely create an issue if there is any problems with aot. I've seen some network libraries require source files for #ifs specifically for unity/mobile, so I wasn't sure if this was the same case.