mas-bandwidth / yojimbo

A network library for client/server games written in C++
BSD 3-Clause "New" or "Revised" License
2.45k stars 238 forks source link

Assert when messages are too large to be sent #193

Closed dbechrd closed 8 months ago

dbechrd commented 10 months ago

Helps alleviate https://github.com/networkprotocol/yojimbo/issues/185 by providing a clear error message rather than silently failing to send reliable messages on the channel.