1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 22:56:30 +09:00

Added comment to NetQueue about linux mono hang resolution

This commit is contained in:
Michael Lidgren
2015-02-04 08:56:53 +01:00
parent 07b69365f2
commit 7e2b251d11

View File

@@ -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
{
/// <summary>