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

Fixes #185 (Large messages can clog ReliableOrderedChannel indefinitely). #186

Closed sherief closed 8 months ago

dbechrd commented 10 months ago

I've added some context to the issue (https://github.com/networkprotocol/yojimbo/issues/185) and submitted my own PR (https://github.com/networkprotocol/yojimbo/pull/193) that I think is a slightly safer way to detect this. Would love to hear thoughts from @sherief if I overlooked something.