This commit is contained in:
2022-08-24 15:35:36 +02:00
parent c738cc2b71
commit e17050c810
+1 -1
View File
@@ -29,7 +29,7 @@ def send():
thread = Thread(target=send)
thread.start()
with source(host="127.0.0.1", port=OUTPUT_PORT, mode=SUB, receive_timeout = 3000) as stream:
with bs_source(host="127.0.0.1", port=OUTPUT_PORT, mode=SUB, receive_timeout = 3000) as stream:
data = stream.receive()
if not data:
raise Exception("Received None message.")