MidLevel / Ruffles

Lightweight and fully managed reliable UDP library.
MIT License
212 stars 28 forks source link

Is this part of the Readme as it should be? #42

Closed furkangkhsn closed 1 year ago

furkangkhsn commented 1 year ago

ReliableOrderedReadme The readme part of the ReliableOrdered said "Message delivery is not guarenteed. It is a reliable channel. Shouldn't it be reliable?

TwoTenPvP commented 1 year ago

Yes it's correct.

You are guaranteed to get at least one of the messages. If you want to change a light bulbs color for example, this is a good channel to use. If you change it twice in quick succession, we only send the latest and most up to date change.