fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-11 18:57:23 +02:00
parent 54fca17142
commit 98be0f036c

View File

@ -17,7 +17,10 @@ export class UniverseMessage implements interfaces.IUniverseMessage {
* public and unique id * public and unique id
* numeric ascending * numeric ascending
* adheres to time in milliseconds * 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; public id: number;