Cleanup un peu
This commit is contained in:
parent
517b6870fc
commit
dc8740e556
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user