mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* Change inventory async response deliver to deliver all items and folders at once, rather than each individual
* This is required in order to work towards eliminating some inventory race conditions and to better deal with situations where a grid inventory server is slow or not responding.
This commit is contained in:
@@ -32,6 +32,9 @@ using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
/// <summary>
|
||||
/// Used to serialize a whole inventory for transfer over the network.
|
||||
/// </summary>
|
||||
public class InventoryCollection
|
||||
{
|
||||
public List<InventoryFolderBase> _folders;
|
||||
|
||||
Reference in New Issue
Block a user