mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 05:04:48 +00:00
Fix debug statement for secure client & server to remove the udp ref
This commit is contained in:
@@ -652,7 +652,7 @@ namespace PepperDash.Core
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Debug.Console(0, "GenericUdpServer DequeueEvent error: {0}\r", e);
|
Debug.Console(0, "DequeueEvent error: {0}\r", e);
|
||||||
}
|
}
|
||||||
// Make sure to leave the CCritical section in case an exception above stops this thread, or we won't be able to restart it.
|
// Make sure to leave the CCritical section in case an exception above stops this thread, or we won't be able to restart it.
|
||||||
if (DequeueLock != null)
|
if (DequeueLock != null)
|
||||||
|
|||||||
@@ -871,7 +871,7 @@ namespace PepperDash.Core
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
Debug.Console(0, "GenericUdpServer DequeueEvent error: {0}\r", e);
|
Debug.Console(0, "DequeueEvent error: {0}\r", e);
|
||||||
}
|
}
|
||||||
// Make sure to leave the CCritical section in case an exception above stops this thread, or we won't be able to restart it.
|
// Make sure to leave the CCritical section in case an exception above stops this thread, or we won't be able to restart it.
|
||||||
if (DequeueLock != null)
|
if (DequeueLock != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user