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:
@@ -15,6 +15,7 @@ namespace Ragon.Relay
|
||||
public int LimitPlayersPerRoom;
|
||||
public int LimitRooms;
|
||||
public int LimitBufferedEvents;
|
||||
public int LimitUserData;
|
||||
public int LimitUserDataSize;
|
||||
public int LimitPropertySize;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user