Identified possible bug

This commit is contained in:
Tristan B. Kildaire 2020-09-28 14:54:05 +02:00
parent 98cd3e8c1e
commit 0f10ba4c41
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ public final class Watcher : Thread
/* Check to see if this is a tag we are awaiting */
bool foundTag = manager.isValidTag(receivedTag);
/* TODO: No, this should fail then , so it shoudln't be here (if not valid tag) */
ulong requestPosition = manager.getTagPosition(receivedTag);