From fe6de6658171188a28654cd743aa975172489bde Mon Sep 17 00:00:00 2001 From: Swann Date: Fri, 25 Jan 2019 17:07:45 +0100 Subject: [PATCH] [rfc] Notes --- net_systems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net_systems.py b/net_systems.py index ef15b2d..ffa2f5f 100644 --- a/net_systems.py +++ b/net_systems.py @@ -14,7 +14,7 @@ class NetworkSystem(esper.Processor): def __init__(self): super().__init__() - + # TODO: Use zmq_poll.. def process(self): # This will iterate over every Entity that has BOTH of these components: for ent, (net_interface, user) in self.world.get_components(net_components.NetworkInterface,net_components.User):