Forgot to add this to my last commit 2 days ago. Async in the HGBroker too.
parent
e3e7e73db3
commit
822c2176df
|
@ -267,7 +267,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectors.Asset
|
|||
|
||||
if (asset != null)
|
||||
{
|
||||
handler(id, sender, asset);
|
||||
handler.BeginInvoke(id, sender, asset, null, null);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue