* 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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user