From 7e2b251d116540c6ce686b0ab5d6a5ee68987684 Mon Sep 17 00:00:00 2001 From: Michael Lidgren Date: Wed, 4 Feb 2015 08:56:53 +0100 Subject: [PATCH] Added comment to NetQueue about linux mono hang resolution --- Lidgren.Network/NetQueue.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Lidgren.Network/NetQueue.cs b/Lidgren.Network/NetQueue.cs index eb3411d..475bc37 100644 --- a/Lidgren.Network/NetQueue.cs +++ b/Lidgren.Network/NetQueue.cs @@ -22,6 +22,10 @@ using System.Diagnostics; using System.Collections.Generic; using System.Threading; +// +// Comment for Linux Mono users: reports of library thread hangs on EnterReadLock() suggests switching to plain lock() works better +// + namespace Lidgren.Network { ///