feat: config for size of property

fix: websocket server now can receive large messages
fix: buffer resize on read array
This commit is contained in:
2024-08-17 10:29:27 +03:00
parent f7719e1bca
commit 5136f08dab
10 changed files with 56 additions and 30 deletions
@@ -34,7 +34,8 @@ public struct RagonServerConfiguration
public int LimitPlayersPerRoom;
public int LimitRooms;
public int LimitBufferedEvents;
public int LimitUserData;
public int LimitUserDataSize;
public int LimitPropertySize;
private static Dictionary<string, ServerType> _serverTypes = new Dictionary<string, ServerType>()
{