Forgot to add this to my last commit 2 days ago. Async in the HGBroker too.

0.6.6-post-fixes
diva 2009-05-30 16:22:15 +00:00
parent e3e7e73db3
commit 822c2176df
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}