1
0

Cleanup un peu

This commit is contained in:
MarcEricMartel 2023-11-15 16:02:23 -05:00
parent 517b6870fc
commit dc8740e556

View File

@ -103,10 +103,9 @@ public class CanvasService {
if (command.Equals(_lastCommand))
return; // Pour pas spammer des commandes si c'est pas pertinent.
// TODO: Shipper les commandes à Franz.
_cache.GetSubscriber().Publish(RedisChannel.Literal("lol"), JsonConvert.SerializeObject(command));
//Draw(command);
//Draw(command); // Local
_lastCommand = command;
}