Add server
This is a first try at connecting multiple clients using a server. The commit includes a lot of debugging messages. I will hopefully clean up the server and some of the client code.
This commit is contained in:
parent
63410fd99e
commit
320dd16889
6 changed files with 236 additions and 26 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from .chunks.py import ChunkPool
|
||||
from chunks import ChunkPool
|
||||
|
||||
class ChunkDB():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue