Fixed a deadlock bug with InboxMutex
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@171 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -361,6 +361,7 @@ namespace libsecondlife
|
||||
Helpers.LogLevel.Info);
|
||||
|
||||
// Avoid firing a callback twice for the same packet
|
||||
InboxMutex.ReleaseMutex();
|
||||
return;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user