From b5f6cec7b2536e092c460ae64dace11e63f7cb5b Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 30 Jan 2021 12:06:53 +0200 Subject: [PATCH] Added TODO --- source/dnetd/dconnection.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/dnetd/dconnection.d b/source/dnetd/dconnection.d index 71a60fd..f8e086a 100644 --- a/source/dnetd/dconnection.d +++ b/source/dnetd/dconnection.d @@ -210,6 +210,8 @@ public class DConnection : Thread * Locks the writeLock mutex, sends it over the * socket to the client/server, and unlocks the * mutex + * + * TODO: I don't believe we need the mutex here */ public bool writeSocket(long tag, byte[] data) {