From 98be0f036cb5ff8a2f1597956b652cc14bd56074 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 11 Apr 2019 18:57:23 +0200 Subject: [PATCH] fix(core): update --- ts/smartuniverse.classes.universemessage.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ts/smartuniverse.classes.universemessage.ts b/ts/smartuniverse.classes.universemessage.ts index 15c6c19..0c5790e 100644 --- a/ts/smartuniverse.classes.universemessage.ts +++ b/ts/smartuniverse.classes.universemessage.ts @@ -17,7 +17,10 @@ export class UniverseMessage implements interfaces.IUniverseMessage { * public and unique id * numeric ascending * adheres to time in milliseconds - * avoids duplications though + * -> meaning it describes the time of arrival + * -> two messages received at the same time will count up the second one + * -> avoids duplications of messages + * -> may be changed to nanoseconds to ensure higher throughput */ public id: number;