* Added OpenMetaverse.Messages.CableBeachMessages.GetAssetMetadataMessage

* Removed a noisy debugging line from the EventQueue server

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2839 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2009-06-01 23:25:42 +00:00
parent 07aaef7bee
commit 24df6dda11
2 changed files with 152 additions and 1 deletions

View File

@@ -219,7 +219,7 @@ namespace OpenMetaverse.Http
// Make sure we can actually send the events right now
if (context.Stream == null || !context.Stream.CanWrite)
{
Logger.Log.Info("[EventQueue] Connection is closed, requeuing events and closing the handler thread");
//Logger.Log.Info("[EventQueue] Connection is closed, requeuing events and closing the handler thread");
if (eventsToSend != null)
{
for (int i = 0; i < eventsToSend.Count; i++)