MaxWasUnavailable / LobbyCompatibility

Towards a future with fewer lobby incompatibility errors.
GNU Lesser General Public License v3.0
5 stars 3 forks source link

Handle max LobbyData length of 8192 #33

Closed legoandmars closed 8 months ago

legoandmars commented 8 months ago

We recently discovered a lobbydata limit of 8192 for values.

It is theoretically possible to run up against this, especially with hundreds of mods, so we'll likely need some form of compression or pagination (likely both)