RevenantX / LiteNetLib

Lite reliable UDP library for Mono and .NET
https://revenantx.github.io/LiteNetLib/index.html
MIT License
3.06k stars 495 forks source link

reader.TryGetString not working #482

Closed chrisnobrega closed 2 years ago

chrisnobrega commented 2 years ago

I think reader.TryGetString might be broken, this assert fails: image

There were recent changes to string serialization in these commits (maybe related): https://github.com/RevenantX/LiteNetLib/commit/c07e81cd95998028d4364b6459442257ee46943f https://github.com/RevenantX/LiteNetLib/commit/d460748cb672800041c2c05b748ede62d5ad2958

Library version: master

Framework: Unity

OS: Windows