update tests

This commit is contained in:
Swann
2019-02-06 18:12:50 +01:00
parent fa9c594cce
commit b933bcdf0e
10 changed files with 179 additions and 112 deletions

18
replication_system.py Normal file
View File

@ -0,0 +1,18 @@
import zmq
from libs.esper import esper
class ReplicationSystem(esper.Processor):
"""
Handle Client-Server session managment
"""
def __init__(self):
super().__init__()
# Initialize poll set
# TODO: Use zmq_poll..
async def process(self):
# This will iterate over every Entity that has BOTH of these components:
print("test")