xlog, quit, stab, wip objects

This commit is contained in:
Pascal Engélibert 2024-02-10 18:06:30 +01:00
commit 711ea155ac
3 changed files with 114 additions and 34 deletions

View file

@ -21,6 +21,7 @@ class Sock:
def listen(self, address, length=65535):
self.sock_thread = SockThread(self, tuple(address), length)
self.sock_thread.setDaemon(True)
self.sock_thread.start()
def get(self):