put the socketclient on the source so it can be shared

This commit is contained in:
Jakob Ketterl
2020-12-19 16:28:18 +01:00
parent 1bd6aa73f3
commit efe80a75f5
5 changed files with 27 additions and 4 deletions

View File

@@ -12,5 +12,8 @@ class Chain(object):
for w in self.workers:
w.stop()
def setInput(self, buffer):
self.workers[0].setInput(buffer)
def getBuffer(self):
return self.buffer