Fixed bug whereby this shit definately would break.

This commit is contained in:
Tristan B. Kildaire 2020-06-23 12:20:34 +02:00
parent 0a7dda74a0
commit 04cc444d32
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public final class Watcher : Thread
receivedTag = *(cast(ulong*)receivedPayload.ptr);
/* Fetch the `data` */
receivedMessage = receivedPayload[8..receivedMessage.length];
receivedMessage = receivedPayload[8..receivedPayload.length];
/* Lock the queue for reading */
manager.lockQueue();