mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Reinsert comments about possible race conditions when sending bulk inventory updates on non-flag clothing editing
This commit is contained in:
@@ -512,6 +512,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
// This MAY be problematic, if it is, another solution
|
||||
// needs to be found. If inventory item flags are updated
|
||||
// the viewer's notion of the item needs to be refreshed.
|
||||
//
|
||||
// In other situations we cannot send out a bulk update here, since this will cause editing of clothing to start
|
||||
// failing frequently. Possibly this is a race with a separate transaction that uploads the asset.
|
||||
if (sendUpdate)
|
||||
remoteClient.SendBulkUpdateInventory(item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user