alistair-lilley / icosaharengon

0 stars 0 forks source link

Design and implmement CLog #9

Open alistair-lilley opened 3 months ago

alistair-lilley commented 3 months ago

CLog (Command/Chat Log) is the object intended to track the output of commands that have been sent, as well as any message input by the Users of a Game.

In order to prevent update conflicts from multiple simultaneous or closely timed inputs, currently I'm considering using RabbitMQ to unify the stream of input to the CLog.