Schwungus-Software / PNEngine

Fully external 3D engine for GameMaker
MIT License
1 stars 1 forks source link

Netgames break after a Player sends/receives 4,294,967,295 reliable ordered messages #25

Closed LocalInsomniac closed 3 months ago

LocalInsomniac commented 4 months ago

ROM IDs use a 32-bit unsigned integer. Any number larger than its limit will cause an overflow and PNEngine will think it's an outdated message. This would take a very, very long time to encounter, so it's unlikely to be a hinderance.